summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-24 12:57:18 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-06-24 12:57:18 +0300
commitac5a319a1cae81fecea7e5e77bda29505f0412df (patch)
tree5bf071f095fe5bbf381241386988c6c7d58da71e /Doc/library/zipfile.rst
parenta67d78e50c02ea3a5605d2e8103342b314bfece7 (diff)
parenta0643829252f523e0b607ec3674da748f5306d7b (diff)
downloadcpython-git-ac5a319a1cae81fecea7e5e77bda29505f0412df.tar.gz
Issue #27381: Merge from 3.5
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index c3e7aa0865..6c9d207267 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.