We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4cb30 commit 395b2d9Copy full SHA for 395b2d9
pandas/io/excel/_base.py
@@ -673,7 +673,7 @@ class ExcelWriter(metaclass=abc.ABCMeta):
673
* new_sheet: Create a new sheet with a different name.
674
* overwrite_sheet: Delete the contents of the sheet, then write to it.
675
* overwrite_cells: Write directly to the named sheet
676
- without deleting the previous contents.
+ without deleting the previous contents.
677
678
.. versionadded:: 1.3.0
679
0 commit comments