commit | e1398f77ea8d3835ea3651986c54ec6bed37445d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun May 27 17:17:53 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun May 27 17:17:53 2012 -0400 |
tree | afd952b29e4bcf7c7eac3ea3fca34622bd068d25 | |
parent | 3fde191f3996e51ecfa24c9c7077562c67ebf445 [diff] [blame] |
#11785: fix the :mod: references in email package submodule titles.
diff --git a/Doc/library/email.iterators.rst b/Doc/library/email.iterators.rst index 6c35b79..d1f1797 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.