commit | df748c20dabcec5a6e89e0dd74fff21110f8755a | [log] [tgz] |
---|---|---|
author | Behzad B. Mokhtari <35877268+perplexionist@users.noreply.github.com> | Wed Jun 27 08:27:39 2018 +0430 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 26 20:57:39 2018 -0700 |
tree | 827f68b986a27b55ae43e699feddf8a2d62e0217 | |
parent | e7d3cccd8e0da93a15ca80f4b6aac2ca3435fd06 [diff] [blame] |
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.
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 @@ directory. * There is more detail on this process, including a flow chart of the - decisions, in PEP 3147. + decisions, in :pep:`3147`. .. _tut-standardmodules: