Skip to content

Commit dc2fc3e

Browse files
authored
Remove trailing whitespace
1 parent b977f55 commit dc2fc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ def to_excel(
22042204
22052205
Multiple sheets may be written to by specifying unique `sheet_name`.
22062206
With all data written to the file it is necessary to save the changes.
2207-
Note that creating an `ExcelWriter` object with a file name that already exists
2207+
Note that creating an `ExcelWriter` object with a file name that already exists
22082208
will overwrite the existing file because the default mode is write.
22092209
22102210
Parameters

0 commit comments

Comments
 (0)