Skip to content

Commit f081de7

Browse files
committed
Add link to extractors
1 parent e73fee4 commit f081de7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/zipfile.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ ZipFile objects
378378
Extract a member from the archive to the current working directory; *member*
379379
must be its full name or a :class:`ZipInfo` object. *path* specifies a
380380
different directory to extract to. *pwd* is the password used for encrypted
381-
files as a :class:`bytes` object. *extractor* is a custom extractor class
382-
that handles file attribute restoration (defaults to
383-
:class:`ZipExtractorBase`, which restores no attributes).
381+
files as a :class:`bytes` object. *extractor* is a custom
382+
:ref:`extractor class <extractors>` that handles file attribute restoration
383+
(defaults to :class:`ZipExtractorBase`, which restores no attributes).
384384

385385
Returns the normalized path created (a directory or new file).
386386

@@ -417,8 +417,8 @@ ZipFile objects
417417
specifies a different directory to extract to. *members* is optional and must
418418
be a subset of the list returned by :meth:`namelist`. *pwd* is the password
419419
used for encrypted files as a :class:`bytes` object. *extractor* is a custom
420-
extractor class that handles file attribute restoration (defaults to
421-
:class:`ZipExtractorBase`, which restores no attributes).
420+
:ref:`extractor class <extractors>` that handles file attribute restoration
421+
(defaults to :class:`ZipExtractorBase`, which restores no attributes).
422422

423423
.. warning::
424424

0 commit comments

Comments
 (0)