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.headerregistry.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.headerregistry.rst')
-rw-r--r-- | Doc/library/email.headerregistry.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/email.headerregistry.rst b/Doc/library/email.headerregistry.rst index 4fc9594..97fcf2a 100644 --- a/Doc/library/email.headerregistry.rst +++ b/Doc/library/email.headerregistry.rst @@ -4,6 +4,10 @@ .. module:: email.headerregistry :synopsis: Automatic Parsing of headers based on the field name +.. moduleauthor:: R. David Murray <rdmurray@bitdance.com> +.. sectionauthor:: R. David Murray <rdmurray@bitdance.com> + + .. note:: The headerregistry module has been included in the standard library on a |