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 4d59631 commit 62186ffCopy full SHA for 62186ff
Lib/zipfile/__init__.py
@@ -1353,7 +1353,7 @@ class ZipFile:
1353
or append 'a'.
1354
compression: ZIP_STORED (no compression), ZIP_DEFLATED (requires zlib),
1355
ZIP_BZIP2 (requires bz2), ZIP_LZMA (requires lzma), or
1356
- ZIP_ZSTANDARD (requires zstd).
+ ZIP_ZSTANDARD (requires compression.zstd).
1357
allowZip64: if True ZipFile will create files with ZIP64 extensions when
1358
needed, otherwise it will raise an exception when this would
1359
be necessary.
0 commit comments