From 89f000e7a8d1569b57ad029004ef76dc5e2956d8 Mon Sep 17 00:00:00 2001
From: Georg Brandl <georg@python.org>
Date: Sat, 4 Jun 2005 10:01:15 +0000
Subject: [PATCH] Bug #1210001: typo in email doc

---
 Doc/lib/email.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index 56affa5369..3a90e22dd2 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
-- 
2.50.1