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

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


https://hg.python.org/cpython/rev/33bac609be8e
changeset:   95648:33bac609be8e
branch:      3.4
parent:      95646:3e8047ee9bbb
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Apr 14 10:04:30 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
@@ -300,7 +300,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