summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipimport.rst
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-26 22:58:26 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2018-10-26 22:58:26 (GMT)
commit12e696b4f071ffe0d585b7f0d0d8020fd328bfdd (patch)
tree81ff44e5896a18441710a3e8f24543bf4d9382f5 /Doc/library/zipimport.rst
parent9e14e49f13ef1a726f31efe6689285463332db6e (diff)
downloadcpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.zip
cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.gz
cpython-12e696b4f071ffe0d585b7f0d0d8020fd328bfdd.tar.bz2
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Diffstat (limited to 'Doc/library/zipimport.rst')
-rw-r--r--Doc/library/zipimport.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipimport.rst b/Doc/library/zipimport.rst
index 4fbd0e8..aa1831d 100644
--- a/Doc/library/zipimport.rst
+++ b/Doc/library/zipimport.rst
@@ -39,8 +39,8 @@ doesn't contain :file:`.pyc` files, importing may be rather slow.
:pep:`273` - Import Modules from Zip Archives
Written by James C. Ahlstrom, who also provided an implementation. Python 2.3
- follows the specification in PEP 273, but uses an implementation written by Just
- van Rossum that uses the import hooks described in PEP 302.
+ follows the specification in :pep:`273`, but uses an implementation written by Just
+ van Rossum that uses the import hooks described in :pep:`302`.
:pep:`302` - New Import Hooks
The PEP to add the import hooks that help this module work.