diff options
author | Gregory P. Smith <greg@krypto.org> | 2015-04-14 17:05:02 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2015-04-14 17:05:02 (GMT) |
commit | 2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c (patch) | |
tree | b61ea16a7a36e12c442347f2b4c8f7b26d855eef /Doc/library/zipfile.rst | |
parent | 6eda1be83c692f58ec1997bf3e81b60d9181ded8 (diff) | |
parent | 23a6a0daa1c02f3d3568be4053669183e3f91cbb (diff) | |
download | cpython-2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c.zip cpython-2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c.tar.gz cpython-2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c.tar.bz2 |
remove trailing space
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 60f03e5..d40315e 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -302,7 +302,7 @@ ZipFile Objects 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 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 be raised if the corresponding compression module is not available. |