Skip to content

Commit 55d2e16

Browse files
committed
update documentation
1 parent b3102f6 commit 55d2e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ API Reference
329329

330330
.. method:: save_book_to_database(field_name=None, session=None, tables=None, initializers=None, mapdicts=None, **keywords)
331331

332-
:param field_name: save as :meth:`~flask_excel.ExcelRequest.get_sheet`
332+
:param field_name: same as :meth:`~flask_excel.ExcelRequest.get_sheet`
333333
:param session: a SQLAlchemy session
334334
:param tables: a list of database tables
335335
:param initializers: a list of model initialization functions.
@@ -340,7 +340,7 @@ API Reference
340340
Response methods
341341
-----------------
342342

343-
.. method:: make_response(pyexcel_instance, file_type, status=200)
343+
.. method:: make_response(pyexcel_instance, file_type, status=200, file_name=None)
344344

345345
:param pyexcel_instance: :class:`pyexcel.Sheet` or :class:`pyexcel.Book`
346346
:param file_type: one of the following strings:

0 commit comments

Comments
 (0)