[Python-checkins] cpython (2.7): whitespace fix

gregory.p.smith python-checkins at python.org
Fri Feb 8 07:18:41 CET 2013


http://hg.python.org/cpython/rev/b370cf4d8cc1
changeset:   82067:b370cf4d8cc1
branch:      2.7
parent:      82063:d73fb6b06891
user:        Gregory P. Smith <greg at krypto.org>
date:        Thu Feb 07 22:18:21 2013 -0800
summary:
  whitespace fix

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
@@ -237,7 +237,7 @@
       It is possible that files are created outside of *path*, e.g. members
       that have absolute filenames starting with ``"/"`` or filenames with two
       dots ``".."``.
-      
+
    .. versionchanged:: 2.7.4
       The zipfile module attempts to prevent that.  See :meth:`extract` note.
 

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


More information about the Python-checkins mailing list