Skip to content

Commit cc65991

Browse files
authored
DOC: Clarifies the description of if_sheet_exists in pd.ExcelWriter (#52189) (#52222)
1 parent a1c1187 commit cc65991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/excel/_base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,8 @@ class ExcelWriter(metaclass=abc.ABCMeta):
942942
* error: raise a ValueError.
943943
* new: Create a new sheet, with a name determined by the engine.
944944
* replace: Delete the contents of the sheet before writing to it.
945-
* overlay: Write contents to the existing sheet without removing the old
946-
contents.
945+
* overlay: Write contents to the existing sheet without first removing,
946+
but possibly over top of, the existing contents.
947947
948948
.. versionadded:: 1.3.0
949949

0 commit comments

Comments
 (0)