Skip to content

Commit

Permalink
docs: Document that the lineterminator defaults to the newline charac…
Browse files Browse the repository at this point in the history
…ter, closes #669
  • Loading branch information
jpmckinney committed Oct 18, 2023
1 parent 71211ad commit 11ea63e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agate/table/to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ def to_csv(self, path, **kwargs):
Write this table to a CSV. This method uses agate's builtin CSV writer,
which supports unicode on both Python 2 and Python 3.
`kwargs` will be passed through to the CSV writer.
``kwargs`` will be passed through to the CSV writer.
The ``lineterminator`` defaults to the newline character (LF, ``\\n``).
:param path:
Filepath or file-like object to write to.
Expand Down

0 comments on commit 11ea63e

Please sign in to comment.