whitespace fix

This commit is contained in:
Gregory P. Smith 2013-02-07 22:18:21 -08:00
parent a26ec65d93
commit ec02217f4c
1 changed files with 1 additions and 1 deletions

View 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.