Skip to content

Commit 62186ff

Browse files
Update Lib/zipfile/__init__.py
Co-authored-by: Emma Smith <[email protected]>
1 parent 4d59631 commit 62186ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/zipfile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ class ZipFile:
13531353
or append 'a'.
13541354
compression: ZIP_STORED (no compression), ZIP_DEFLATED (requires zlib),
13551355
ZIP_BZIP2 (requires bz2), ZIP_LZMA (requires lzma), or
1356-
ZIP_ZSTANDARD (requires zstd).
1356+
ZIP_ZSTANDARD (requires compression.zstd).
13571357
allowZip64: if True ZipFile will create files with ZIP64 extensions when
13581358
needed, otherwise it will raise an exception when this would
13591359
be necessary.

0 commit comments

Comments
 (0)