diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:10:36 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:10:36 (GMT) |
commit | 79cf3bad1b1ba4632e0467f0c4f86504c2fa73df (patch) | |
tree | 78f8ef938b1d95e1c4130652cf821402f237aa0d /Doc/library/email.parser.rst | |
parent | ea9766897bf1d2ccf610ff9ce805acca7c4cce6f (diff) | |
download | cpython-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.rst | 4 |
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. |