summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorBehzad B. Mokhtari <35877268+perplexionist@users.noreply.github.com>2018-06-27 03:57:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-06-27 03:57:39 (GMT)
commitdf748c20dabcec5a6e89e0dd74fff21110f8755a (patch)
tree827f68b986a27b55ae43e699feddf8a2d62e0217 /Doc/tutorial
parente7d3cccd8e0da93a15ca80f4b6aac2ca3435fd06 (diff)
downloadcpython-df748c20dabcec5a6e89e0dd74fff21110f8755a.zip
cpython-df748c20dabcec5a6e89e0dd74fff21110f8755a.tar.gz
cpython-df748c20dabcec5a6e89e0dd74fff21110f8755a.tar.bz2
use rich markup for PEP reference (GH-7939)
it's better to refer to PEP with `pep` role in reStructuredText. It also links to the PEP page.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index 3f68932..0aadad3 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -249,7 +249,7 @@ Some tips for experts:
directory.
* There is more detail on this process, including a flow chart of the
- decisions, in PEP 3147.
+ decisions, in :pep:`3147`.
.. _tut-standardmodules: