Skip to content

Commit f562d82

Browse files
committed
DOC: Update io docs for pandas-dev#21406
1 parent 456ec1b commit f562d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/io.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,8 @@ function takes a number of arguments. Only the first is required.
16121612
* ``mode`` : Python write mode, default 'w'
16131613
* ``encoding``: a string representing the encoding to use if the contents are
16141614
non-ASCII, for Python versions prior to 3
1615-
* ``line_terminator``: Character sequence denoting line end (default '\\n')
1615+
* ``line_terminator``: Character sequence denoting line end. By default
1616+
this is platform specific (default ``os.linesep``)
16161617
* ``quoting``: Set quoting rules as in csv module (default csv.QUOTE_MINIMAL). Note that if you have set a `float_format` then floats are converted to strings and csv.QUOTE_NONNUMERIC will treat them as non-numeric
16171618
* ``quotechar``: Character used to quote fields (default '"')
16181619
* ``doublequote``: Control quoting of ``quotechar`` in fields (default True)

0 commit comments

Comments
 (0)