diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:17:53 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-05-27 21:17:53 (GMT) |
commit | e1398f77ea8d3835ea3651986c54ec6bed37445d (patch) | |
tree | afd952b29e4bcf7c7eac3ea3fca34622bd068d25 /Doc/library/email.charset.rst | |
parent | 3fde191f3996e51ecfa24c9c7077562c67ebf445 (diff) | |
download | cpython-e1398f77ea8d3835ea3651986c54ec6bed37445d.zip cpython-e1398f77ea8d3835ea3651986c54ec6bed37445d.tar.gz cpython-e1398f77ea8d3835ea3651986c54ec6bed37445d.tar.bz2 |
#11785: fix the :mod: references in email package submodule titles.
Diffstat (limited to 'Doc/library/email.charset.rst')
-rw-r--r-- | Doc/library/email.charset.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.charset.rst b/Doc/library/email.charset.rst index 1249b71..a828f3c 100644 --- a/Doc/library/email.charset.rst +++ b/Doc/library/email.charset.rst @@ -1,5 +1,5 @@ -:mod:`email`: Representing character sets ------------------------------------------ +:mod:`email.charset`: Representing character sets +------------------------------------------------- .. module:: email.charset :synopsis: Character Sets |