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 d3bf621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agate/table/to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def to_csv(self, path, **kwargs):
`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 d3bf621

Please sign in to comment.