summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.parser.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-27 21:10:36 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-27 21:10:36 (GMT)
commit79cf3bad1b1ba4632e0467f0c4f86504c2fa73df (patch)
tree78f8ef938b1d95e1c4130652cf821402f237aa0d /Doc/library/email.parser.rst
parentea9766897bf1d2ccf610ff9ce805acca7c4cce6f (diff)
downloadcpython-79cf3bad1b1ba4632e0467f0c4f86504c2fa73df.zip
cpython-79cf3bad1b1ba4632e0467f0c4f86504c2fa73df.tar.gz
cpython-79cf3bad1b1ba4632e0467f0c4f86504c2fa73df.tar.bz2
#11785: fix the :mod: references in email package submodule titles.
Also adds the TOC entry for headerregistry.
Diffstat (limited to 'Doc/library/email.parser.rst')
-rw-r--r--Doc/library/email.parser.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index a0303a4..96fe444 100644
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -1,5 +1,5 @@
-:mod:`email`: Parsing email messages
-------------------------------------
+:mod:`email.parser`: Parsing email messages
+-------------------------------------------
.. module:: email.parser
:synopsis: Parse flat text email messages to produce a message object structure.