Skip to content

Commit 395b2d9

Browse files
committed
fixed spacing issue in docstring
1 parent 2e4cb30 commit 395b2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ class ExcelWriter(metaclass=abc.ABCMeta):
673673
* new_sheet: Create a new sheet with a different name.
674674
* overwrite_sheet: Delete the contents of the sheet, then write to it.
675675
* overwrite_cells: Write directly to the named sheet
676-
without deleting the previous contents.
676+
without deleting the previous contents.
677677
678678
.. versionadded:: 1.3.0
679679

0 commit comments

Comments
 (0)