From ec02217f4cf214d347cf4fdffc231383a5ec5b49 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 7 Feb 2013 22:18:21 -0800 Subject: [PATCH] whitespace fix --- Doc/library/zipfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ebb13945155..3e644872570 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.