mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Grammar tweak
This commit is contained in:
parent
9674bd0a94
commit
8dd823340f
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ ZipFile Objects
|
||||||
and should be :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`,
|
and should be :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`,
|
||||||
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA`; unrecognized
|
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA`; unrecognized
|
||||||
values will cause :exc:`RuntimeError` to be raised. If :const:`ZIP_DEFLATED`,
|
values will cause :exc:`RuntimeError` to be raised. If :const:`ZIP_DEFLATED`,
|
||||||
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA` is specified but the corresponded module
|
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA` is specified but the corresponding module
|
||||||
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
|
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
|
||||||
is also raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
|
is also raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
|
||||||
``True`` zipfile will create ZIP files that use the ZIP64 extensions when
|
``True`` zipfile will create ZIP files that use the ZIP64 extensions when
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue