Skip to content

Commit 764533c

Browse files
jrebackshangyian
authored andcommitted
rename csv -> csvs
1 parent 28b66dc commit 764533c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
16951695
else:
16961696
tupleize_cols = False
16971697

1698-
from pandas.io.formats.csv import CSVFormatter
1698+
from pandas.io.formats.csvs import CSVFormatter
16991699
formatter = CSVFormatter(self, path_or_buf,
17001700
line_terminator=line_terminator, sep=sep,
17011701
encoding=encoding,
File renamed without changes.

0 commit comments

Comments
 (0)