We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c1187 commit cc65991Copy full SHA for cc65991
pandas/io/excel/_base.py
@@ -942,8 +942,8 @@ class ExcelWriter(metaclass=abc.ABCMeta):
942
* error: raise a ValueError.
943
* new: Create a new sheet, with a name determined by the engine.
944
* 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.
+ * overlay: Write contents to the existing sheet without first removing,
+ but possibly over top of, the existing contents.
947
948
.. versionadded:: 1.3.0
949
0 commit comments