[Python-checkins] python/dist/src/Doc/lib emailmessage.tex, 1.17, 1.18

mwh at users.sourceforge.net mwh at users.sourceforge.net
Sun Oct 3 11:41:28 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1554

Modified Files:
	emailmessage.tex 
Log Message:
typo


Index: emailmessage.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailmessage.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- emailmessage.tex	3 Oct 2004 03:39:47 -0000	1.17
+++ emailmessage.tex	3 Oct 2004 09:41:26 -0000	1.18
@@ -38,7 +38,7 @@
 returned string.  \var{unixfrom} defaults to \code{False}.
 
 Note that this method is provided as a convenience and may not always format
-the message the way you want.  For example, by default it mangels lines that
+the message the way you want.  For example, by default it mangles lines that
 begin with \code{From }.  For more flexibility, instantiate a
 \class{Generator} instance and use its
 \method{flatten()} method directly.  For example:



More information about the Python-checkins mailing list