Skip to content

Commit 196220b

Browse files
committed
rename csv -> csvs
1 parent f8abfec commit 196220b

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
@@ -1567,7 +1567,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
15671567
else:
15681568
tupleize_cols = False
15691569

1570-
from pandas.io.formats.csv import CSVFormatter
1570+
from pandas.io.formats.csvs import CSVFormatter
15711571
formatter = CSVFormatter(self, path_or_buf,
15721572
line_terminator=line_terminator, sep=sep,
15731573
encoding=encoding,
File renamed without changes.

0 commit comments

Comments
 (0)