]> granicus.if.org Git - python/commitdiff
whitespace fix
authorGregory P. Smith <greg@krypto.org>
Fri, 8 Feb 2013 06:18:21 +0000 (22:18 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 8 Feb 2013 06:18:21 +0000 (22:18 -0800)
Doc/library/zipfile.rst

index ebb139451557b4ef4c58eb1a61da40002ea880d0..3e6448725701ce04166e0537c69727b838e234b5 100644 (file)
@@ -237,7 +237,7 @@ ZipFile Objects
       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.