summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-04 10:01:15 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-04 10:01:15 (GMT)
commit89f000e7a8d1569b57ad029004ef76dc5e2956d8 (patch)
tree175b05d326b4da0c4a8f6ff2b3eb8da8de1cc54e /Doc/lib
parent9166e1a24ac7b15776ffd38e436fa51a9b002674 (diff)
downloadcpython-89f000e7a8d1569b57ad029004ef76dc5e2956d8.zip
cpython-89f000e7a8d1569b57ad029004ef76dc5e2956d8.tar.gz
cpython-89f000e7a8d1569b57ad029004ef76dc5e2956d8.tar.bz2
Bug #1210001: typo in email doc
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/email.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index 56affa5..3a90e22 100644
--- a/Doc/lib/email.tex
+++ b/Doc/lib/email.tex
@@ -244,7 +244,7 @@ The \class{Message} class has the following differences:
\item The method \method{gettype()} was renamed to \method{get_type()}.
-\item The method\method{getmaintype()} was renamed to
+\item The method \method{getmaintype()} was renamed to
\method{get_main_type()}.
\item The method \method{getsubtype()} was renamed to