diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-27 04:20:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 04:20:10 (GMT) |
commit | c0327cefc7ef4892002970a73714f6bc6f70ce66 (patch) | |
tree | 88aacb8f6659c334fb726a9fdf38705d832917ee /Doc/tutorial | |
parent | 57389dbaa897fadc97de78af67d5e555e28be60b (diff) | |
download | cpython-c0327cefc7ef4892002970a73714f6bc6f70ce66.zip cpython-c0327cefc7ef4892002970a73714f6bc6f70ce66.tar.gz cpython-c0327cefc7ef4892002970a73714f6bc6f70ce66.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.
(cherry picked from commit df748c20dabcec5a6e89e0dd74fff21110f8755a)
Co-authored-by: Behzad B. Mokhtari <35877268+perplexionist@users.noreply.github.com>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index a4c766e..04352cf 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: |