[Python-checkins] r61299 - python/branches/release25-maint/Doc/lib/emailmessage.tex

andrew.kuchling python-checkins at python.org
Fri Mar 7 22:10:06 CET 2008


Author: andrew.kuchling
Date: Fri Mar  7 22:10:06 2008
New Revision: 61299

Modified:
   python/branches/release25-maint/Doc/lib/emailmessage.tex
Log:
Grammar fix

Modified: python/branches/release25-maint/Doc/lib/emailmessage.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/emailmessage.tex	(original)
+++ python/branches/release25-maint/Doc/lib/emailmessage.tex	Fri Mar  7 22:10:06 2008
@@ -34,7 +34,7 @@
 \end{classdesc}
 
 \begin{methoddesc}[Message]{as_string}{\optional{unixfrom}}
-Return the entire message flatten as a string.  When optional
+Return the entire message flattened as a string.  When optional
 \var{unixfrom} is \code{True}, the envelope header is included in the
 returned string.  \var{unixfrom} defaults to \code{False}.
 


More information about the Python-checkins mailing list