Skip to content

Commit 63bb4a0

Browse files
committed
DOC: Change path to path_or_buf in docstring
1 parent b7b9a09 commit 63bb4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ def to_csv(self, path_or_buf=None, index=True, sep=",", na_rep='',
28872887
28882888
Parameters
28892889
----------
2890-
path : string or file handle, default None
2890+
path_or_buf : string or file handle, default None
28912891
File path or object, if None is provided the result is returned as
28922892
a string.
28932893
na_rep : string, default ''

0 commit comments

Comments
 (0)