Skip to content

Commit fea758d

Browse files
authored
Merge pull request #44 from waynetech/fixed-docs-typo
fixed missing ',' separating method parameters in docs
2 parents 97eae8a + d7ef1ae commit fea758d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Response methods
305305
:param status: same as :meth:`~flask_excel.make_response`
306306
:param file_name: same as :meth:`~flask_excel.make_response`
307307

308-
.. method:: make_response_from_a_table(session, table, file_type status=200, file_name=None)
308+
.. method:: make_response_from_a_table(session, table, file_type, status=200, file_name=None)
309309

310310
Produce a single sheet Excel book of *file_type*
311311

@@ -315,7 +315,7 @@ Response methods
315315
:param status: same as :meth:`~flask_excel.make_response`
316316
:param file_name: same as :meth:`~flask_excel.make_response`
317317

318-
.. method:: make_response_from_query_sets(query_sets, column_names, file_type status=200, file_name=None)
318+
.. method:: make_response_from_query_sets(query_sets, column_names, file_type, status=200, file_name=None)
319319

320320
Produce a single sheet Excel book of *file_type* from your custom database queries
321321

@@ -325,7 +325,7 @@ Response methods
325325
:param status: same as :meth:`~flask_excel.make_response`
326326
:param file_name: same as :meth:`~flask_excel.make_response`
327327

328-
.. method:: make_response_from_tables(session, tables, file_type status=200, file_name=None)
328+
.. method:: make_response_from_tables(session, tables, file_type, status=200, file_name=None)
329329

330330
Produce a multiple sheet Excel book of *file_type*. It becomes the same
331331
as :meth:`~flask_excel.make_response_from_a_table` if you pass *tables*

0 commit comments

Comments
 (0)