summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-31 04:39:00 (GMT)
committerGitHub <noreply@github.com>2018-05-31 04:39:00 (GMT)
commit0a36ac1a09587735237c5978ebd046313922869c (patch)
tree95a9ba44ac327cddbec5eb03dfb03cd1bc8f6551 /Doc/tutorial
parenta5c42284e69fb309bdd17ee8c1c120d1be383012 (diff)
downloadcpython-0a36ac1a09587735237c5978ebd046313922869c.zip
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.gz
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.bz2
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/stdlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
index 4934d69..82261a6 100644
--- a/Doc/tutorial/stdlib.rst
+++ b/Doc/tutorial/stdlib.rst
@@ -317,7 +317,7 @@ sophisticated and robust capabilities of its larger packages. For example:
names, no direct knowledge or handling of XML is needed.
* The :mod:`email` package is a library for managing email messages, including
- MIME and other RFC 2822-based message documents. Unlike :mod:`smtplib` and
+ MIME and other :rfc:`2822`-based message documents. Unlike :mod:`smtplib` and
:mod:`poplib` which actually send and receive messages, the email package has
a complete toolset for building or decoding complex message structures
(including attachments) and for implementing internet encoding and header