File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments