[Python-checkins] r61298 - python/trunk/Doc/library/email.message.rst

andrew.kuchling python-checkins at python.org
Fri Mar 7 22:09:23 CET 2008


Author: andrew.kuchling
Date: Fri Mar  7 22:09:23 2008
New Revision: 61298

Modified:
   python/trunk/Doc/library/email.message.rst
Log:
Grammar fix

Modified: python/trunk/Doc/library/email.message.rst
==============================================================================
--- python/trunk/Doc/library/email.message.rst	(original)
+++ python/trunk/Doc/library/email.message.rst	Fri Mar  7 22:09:23 2008
@@ -38,7 +38,7 @@
 
 .. method:: Message.as_string([unixfrom])
 
-   Return the entire message flatten as a string.  When optional *unixfrom* is
+   Return the entire message flattened as a string.  When optional *unixfrom* is
    ``True``, the envelope header is included in the returned string.  *unixfrom*
    defaults to ``False``.
 


More information about the Python-checkins mailing list