summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-31 06:11:07 (GMT)
committerGitHub <noreply@github.com>2018-05-31 06:11:07 (GMT)
commit55d9e865cb3b50587c17c8a7beee090c4ac8d535 (patch)
treee4673fe0ef8a9d34fe923fc7d8c6305f244ec330 /Doc/tutorial
parent0fe3be03926c3468ed4c10980d1a030c8ef4e37e (diff)
downloadcpython-55d9e865cb3b50587c17c8a7beee090c4ac8d535.zip
cpython-55d9e865cb3b50587c17c8a7beee090c4ac8d535.tar.gz
cpython-55d9e865cb3b50587c17c8a7beee090c4ac8d535.tar.bz2
[3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)
85% of them are already links. (cherry picked from commit 0a36ac1a09587735237c5978ebd046313922869c)
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 1dd06c2..110e6e5 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