Skip to content

Commit 384c195

Browse files
Merge pull request #7545 from neirbowj/frame_to_excel_docstring
DOC: Use correct, non-deprecated arg name
2 parents 967d151 + 5cf7bf3 commit 384c195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ def to_excel(self, excel_writer, sheet_name='Sheet1', na_rep='',
11661166
Missing data representation
11671167
float_format : string, default None
11681168
Format string for floating point numbers
1169-
cols : sequence, optional
1169+
columns : sequence, optional
11701170
Columns to write
11711171
header : boolean or list of string, default True
11721172
Write out column names. If a list of string is given it is

0 commit comments

Comments
 (0)