mirror of
https://github.com/python/cpython.git
synced 2025-08-16 14:50:43 +00:00
remove trailing space
This commit is contained in:
commit
2f86a03405
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ ZipFile Objects
|
||||||
it will override the default password set with :meth:`setpassword`. Calling
|
it will override the default password set with :meth:`setpassword`. Calling
|
||||||
:meth:`read` on a closed ZipFile will raise a :exc:`RuntimeError`. Calling
|
:meth:`read` on a closed ZipFile will raise a :exc:`RuntimeError`. Calling
|
||||||
:meth:`read` on a ZipFile that uses a compression method other than
|
:meth:`read` on a ZipFile that uses a compression method other than
|
||||||
:const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
|
:const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
|
||||||
:const:`ZIP_LZMA` will raise a :exc:`NotImplementedError`. An error will also
|
:const:`ZIP_LZMA` will raise a :exc:`NotImplementedError`. An error will also
|
||||||
be raised if the corresponding compression module is not available.
|
be raised if the corresponding compression module is not available.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue