Skip to content

Commit

Permalink
Added other fields to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 1, 2018
1 parent fd155d6 commit f90b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -455,7 +455,7 @@ Export options

The ``to_csv`` manager method only requires one argument, the path to where the CSV should be exported. It also allows users to optionally limit or expand the fields written out by providing them as additional parameters.

.. method:: to_csv(csv_path [, *fields, delimiter=',', with_header=True])
.. method:: to_csv(csv_path [, *fields, delimiter=',', with_header=True, null=None, encoding=None, escape=None, quote=None, force_quote=None])


================= =========================================================
Expand Down

0 comments on commit f90b138

Please sign in to comment.