diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:13:54 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:13:54 (GMT) |
commit | b42b6eba634200a08f2b9c24489d9cc7887c214f (patch) | |
tree | 2ec22c4844884d8ada254ab3a4f44c791a99fe4f /Doc/library/email.parser.rst | |
parent | 7f5d4104b4fc3399f996f54800da07243a6f0ffa (diff) | |
download | cpython-b42b6eba634200a08f2b9c24489d9cc7887c214f.zip cpython-b42b6eba634200a08f2b9c24489d9cc7887c214f.tar.gz cpython-b42b6eba634200a08f2b9c24489d9cc7887c214f.tar.bz2 |
#11785: fix the :mod: references in email package submodule titles.
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 b2f6b05..a91a770 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. |