From: Gregory P. Smith Date: Tue, 14 Apr 2015 17:04:30 +0000 (-0700) Subject: remove trailing space :) X-Git-Tag: v3.5.0a4~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23a6a0daa1c02f3d3568be4053669183e3f91cbb;p=thirdparty%2FPython%2Fcpython.git remove trailing space :) --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ecb370b671bf..10a094f8b186 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -300,7 +300,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.