summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-02-07 22:18:21 -0800
committerGregory P. Smith <greg@krypto.org>2013-02-07 22:18:21 -0800
commitec02217f4cf214d347cf4fdffc231383a5ec5b49 (patch)
treefeaa9b78a631b0dc6b0a74cf0f7e847ff84240a1 /Doc/library/zipfile.rst
parenta26ec65d93ffce79f127f350872faab9883e2c09 (diff)
downloadcpython-git-ec02217f4cf214d347cf4fdffc231383a5ec5b49.tar.gz
whitespace fix
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index ebb1394515..3e64487257 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -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.