summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.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/test.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/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 95d7f54..6a10bab 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -392,7 +392,7 @@ The :mod:`test.support` module defines the following functions:
.. function:: make_legacy_pyc(source)
- Move a PEP 3147/488 pyc file to its legacy pyc location and return the file
+ Move a :pep:`3147`/:pep:`488` pyc file to its legacy pyc location and return the file
system path to the legacy pyc file. The *source* value is the file system
path to the source file. It does not need to exist, however the PEP
3147/488 pyc file must exist.