Skip to content

Commit

Permalink
Blank lines after versionchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jul 31, 2018
1 parent af8c137 commit f8829a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
(otherwise no compression).
.. versionchanged:: 0.24.0
'infer' option added and set to default
line_terminator : string, default ``'\n'``
The newline character or character sequence to use in the output
file
Expand Down
1 change: 1 addition & 0 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3801,6 +3801,7 @@ def to_csv(self, path=None, index=True, sep=",", na_rep='',
This input is only used when the first argument is a filename.
.. versionchanged:: 0.24.0
'infer' option added and set to default
date_format: string, default None
Format string for datetime objects.
decimal: string, default '.'
Expand Down

0 comments on commit f8829a6

Please sign in to comment.