]> granicus.if.org Git - python/commitdiff
Issue #27381: Remove superfluous paren in zipfile documentation
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 24 Jun 2016 09:56:50 +0000 (12:56 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 24 Jun 2016 09:56:50 +0000 (12:56 +0300)
Doc/library/zipfile.rst

index a773769e440a324217df0895068a290ae05053c8..abe38c42f1c7ddc4168e17c11bf933d248204d89 100644 (file)
@@ -250,7 +250,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.