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 2917ef6 commit 45942abCopy full SHA for 45942ab
Doc/library/zipfile.rst
@@ -521,7 +521,7 @@ ZipFile Objects
521
.. method:: ZipFile.remove(zinfo_or_arcname)
522
523
Removes a member entry from the archive's central directory.
524
- *zinfo_or_arcname* may be the full path of the member or a `ZipInfo`
+ *zinfo_or_arcname* may be the full path of the member or a `ZipInfo`
525
instance. If multiple members share the same full path and the path is
526
provided, only one of them is removed.
527
0 commit comments