Skip to content

Commit f8829a6

Browse files
committed
Blank lines after versionchanged
1 parent af8c137 commit f8829a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
17571757
(otherwise no compression).
17581758
.. versionchanged:: 0.24.0
17591759
'infer' option added and set to default
1760+
17601761
line_terminator : string, default ``'\n'``
17611762
The newline character or character sequence to use in the output
17621763
file

pandas/core/series.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,6 +3801,7 @@ def to_csv(self, path=None, index=True, sep=",", na_rep='',
38013801
This input is only used when the first argument is a filename.
38023802
.. versionchanged:: 0.24.0
38033803
'infer' option added and set to default
3804+
38043805
date_format: string, default None
38053806
Format string for datetime objects.
38063807
decimal: string, default '.'

0 commit comments

Comments
 (0)