mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #27381: Remove superfluous paren in zipfile documentation
This commit is contained in:
parent
e495646a97
commit
a064382925
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue