Thanks to visit codestin.com Credit goes to github.com
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 f2a448a commit 23a6a0dCopy full SHA for 23a6a0d
1 file changed
Doc/library/zipfile.rst
@@ -300,7 +300,7 @@ ZipFile Objects
300
it will override the default password set with :meth:`setpassword`. Calling
301
:meth:`read` on a closed ZipFile will raise a :exc:`RuntimeError`. Calling
302
:meth:`read` on a ZipFile that uses a compression method other than
303
- :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
+ :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
304
:const:`ZIP_LZMA` will raise a :exc:`NotImplementedError`. An error will also
305
be raised if the corresponding compression module is not available.
306
0 commit comments