summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.parser.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-27 21:13:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-27 21:13:54 (GMT)
commitb42b6eba634200a08f2b9c24489d9cc7887c214f (patch)
tree2ec22c4844884d8ada254ab3a4f44c791a99fe4f /Doc/library/email.parser.rst
parent7f5d4104b4fc3399f996f54800da07243a6f0ffa (diff)
downloadcpython-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.rst4
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.