]> granicus.if.org Git - python/commitdiff
use rich markup for PEP reference (GH-7939)
authorBehzad B. Mokhtari <35877268+perplexionist@users.noreply.github.com>
Wed, 27 Jun 2018 03:57:39 +0000 (08:27 +0430)
committerBenjamin Peterson <benjamin@python.org>
Wed, 27 Jun 2018 03:57:39 +0000 (20:57 -0700)
it's better to refer to PEP with `pep` role in reStructuredText. It also links to the PEP page.

Doc/tutorial/modules.rst

index 3f689327a0c79322f781c7c7162f5d0027f475e6..0aadad309a8279790b7605aaf7040614c185d182 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: