Skip to content

Commit 5bbb734

Browse files
committed
pep8
1 parent 588a8f4 commit 5bbb734

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
@@ -2911,7 +2911,7 @@ def to_csv(self, path=None, index=True, sep=",", na_rep='',
29112911
non-ascii, for python versions prior to 3
29122912
compression : string, optional
29132913
a string representing the compression to use in the output file,
2914-
allowed values are 'gzip', 'bz2', 'xz', only used when the first
2914+
allowed values are 'gzip', 'bz2', 'xz', only used when the first
29152915
argument is a filename
29162916
date_format: string, default None
29172917
Format string for datetime objects.

0 commit comments

Comments
 (0)