Issue #27381: Merge from 3.5

This commit is contained in:
Berker Peksag 2016-06-24 12:57:18 +03:00
commit ac5a319a1c
1 changed files with 1 additions and 1 deletions

View File

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