diff options
| author | R David Murray <rdmurray@bitdance.com> | 2012-05-27 17:10:36 -0400 |
|---|---|---|
| committer | R David Murray <rdmurray@bitdance.com> | 2012-05-27 17:10:36 -0400 |
| commit | 79cf3bad1b1ba4632e0467f0c4f86504c2fa73df (patch) | |
| tree | 78f8ef938b1d95e1c4130652cf821402f237aa0d /Doc/library/email.iterators.rst | |
| parent | ea9766897bf1d2ccf610ff9ce805acca7c4cce6f (diff) | |
| download | cpython-git-79cf3bad1b1ba4632e0467f0c4f86504c2fa73df.tar.gz | |
#11785: fix the :mod: references in email package submodule titles.
Also adds the TOC entry for headerregistry.
Diffstat (limited to 'Doc/library/email.iterators.rst')
| -rw-r--r-- | Doc/library/email.iterators.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.iterators.rst b/Doc/library/email.iterators.rst index 6c35b7988a..d1f1797e39 100644 --- a/Doc/library/email.iterators.rst +++ b/Doc/library/email.iterators.rst @@ -1,5 +1,5 @@ -:mod:`email`: Iterators ------------------------ +:mod:`email.iterators`: Iterators +--------------------------------- .. module:: email.iterators :synopsis: Iterate over a message object tree. |
