[Python-checkins] cpython (merge 3.4 -> default): remove trailing space

gregory.p.smith python-checkins at python.org
Tue Apr 14 19:05:21 CEST 2015


https://hg.python.org/cpython/rev/8963ceb7a6b1
changeset:   95649:8963ceb7a6b1
parent:      95647:4b9deb7e6f2b
parent:      95648:33bac609be8e
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Apr 14 10:05:02 2015 -0700
summary:
  remove trailing space

files:
  Doc/library/zipfile.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -302,7 +302,7 @@
    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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list