Skip to content

Commit 356698d

Browse files
committed
minor update
1 parent 4c84da7 commit 356698d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.moban.d/docs/source/index.rst.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In your application, you must import it before using it::
88
import flask_excel as excel
99

1010
...
11-
excel.init_excel(app) # required since version 0.0.8
11+
excel.init_excel(app) # required since version 0.0.7
1212

1313
{%endblock%}
1414

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In your application, you must import it before using it::
159159
import flask_excel as excel
160160

161161
...
162-
excel.init_excel(app) # required since version 0.0.8
162+
excel.init_excel(app) # required since version 0.0.7
163163

164164

165165
Quick start

0 commit comments

Comments
 (0)