Skip to content

Commit 7b654ee

Browse files
committed
multi-disk -> multipart
1 parent a73a639 commit 7b654ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provides tools to create, read, write, append, and list a ZIP file. Any
1616
advanced use of this module will require an understanding of the format, as
1717
defined in `PKZIP Application Note`_.
1818

19-
This module does not handle multi-disk ZIP files.
19+
This module does not handle multipart ZIP files.
2020
It can handle ZIP files that use the ZIP64 extensions
2121
(that is ZIP files that are more than 4 GiB in size). It supports
2222
decryption of encrypted files in ZIP archives, but it cannot

0 commit comments

Comments
 (0)