diff -r 8955d8aaf351 Doc/library/zipfile.rst --- a/Doc/library/zipfile.rst Thu Jun 23 23:56:46 2016 +0300 +++ b/Doc/library/zipfile.rst Fri Jun 24 17:35:15 2016 +0800 @@ -255,7 +255,7 @@ .. 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.