diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-24 09:57:18 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-24 09:57:18 (GMT) |
commit | ac5a319a1cae81fecea7e5e77bda29505f0412df (patch) | |
tree | 5bf071f095fe5bbf381241386988c6c7d58da71e /Doc/library/zipfile.rst | |
parent | a67d78e50c02ea3a5605d2e8103342b314bfece7 (diff) | |
parent | a0643829252f523e0b607ec3674da748f5306d7b (diff) | |
download | cpython-ac5a319a1cae81fecea7e5e77bda29505f0412df.zip cpython-ac5a319a1cae81fecea7e5e77bda29505f0412df.tar.gz cpython-ac5a319a1cae81fecea7e5e77bda29505f0412df.tar.bz2 |
Issue #27381: Merge from 3.5
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index c3e7aa0..6c9d207 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -255,7 +255,7 @@ ZipFile Objects .. method:: ZipFile.extract(member, path=None, pwd=None) Extract a member from the archive to the current working directory; *member* - must be its full name or a :class:`ZipInfo` object). Its file information is + must be its full name or a :class:`ZipInfo` object. Its file information is extracted as accurately as possible. *path* specifies a different directory to extract to. *member* can be a filename or a :class:`ZipInfo` object. *pwd* is the password used for encrypted files. |