Skip to content

Commit

Permalink
Merge pull request #97 from ugtar/master
Browse files Browse the repository at this point in the history
fix docs error in to_csv api description
  • Loading branch information
palewire committed Oct 16, 2018
2 parents 2ebbee7 + 9769011 commit b27230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -458,7 +458,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. Other options allow for configuration of the output file.

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


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

0 comments on commit b27230f

Please sign in to comment.