]> granicus.if.org Git - python/commitdiff
use rich markup for PEP reference (GH-7939)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jun 2018 04:20:10 +0000 (21:20 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 04:20:10 +0000 (21:20 -0700)
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>
Doc/tutorial/modules.rst

index a4c766efb72d18de1f8fa7329ec94e046e497319..04352cf6e9d2898c9119e22259d744737df3b02b 100644 (file)
@@ -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: