summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-30 21:26:26 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-30 21:26:26 (GMT)
commit6b4c847c4f299517ec991621710c02459d204f05 (patch)
treece305035f3e73d3cf718f5bf445474ef8e9379c1 /Doc/library/sys.rst
parented14c86facb62c4fb3fcff73c8ea3860c7dc8d29 (diff)
downloadcpython-6b4c847c4f299517ec991621710c02459d204f05.zip
cpython-6b4c847c4f299517ec991621710c02459d204f05.tar.gz
cpython-6b4c847c4f299517ec991621710c02459d204f05.tar.bz2
Doc: fix default role usage (except in unittest mock docs)
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index bee309e..3024086 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -667,7 +667,7 @@ always available.
an underscore, and are not described here. Regardless of its contents,
:data:`sys.implementation` will not change during a run of the interpreter,
nor between implementation versions. (It may change between Python
- language versions, however.) See `PEP 421` for more information.
+ language versions, however.) See :pep:`421` for more information.
.. versionadded:: 3.3