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 a73a639 commit 7b654eeCopy full SHA for 7b654ee
Doc/library/zipfile.rst
@@ -16,7 +16,7 @@ provides tools to create, read, write, append, and list a ZIP file. Any
16
advanced use of this module will require an understanding of the format, as
17
defined in `PKZIP Application Note`_.
18
19
-This module does not handle multi-disk ZIP files.
+This module does not handle multipart ZIP files.
20
It can handle ZIP files that use the ZIP64 extensions
21
(that is ZIP files that are more than 4 GiB in size). It supports
22
decryption of encrypted files in ZIP archives, but it cannot
0 commit comments