]> granicus.if.org Git - python/commitdiff
Grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 7 Mar 2008 21:09:23 +0000 (21:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 7 Mar 2008 21:09:23 +0000 (21:09 +0000)
Doc/library/email.message.rst

index e1fb20e357e86b4f6f543c3094168d13cd6ac492..850072b79184c232e6d23e9759a1b5bd09a0cb36 100644 (file)
@@ -38,7 +38,7 @@ Here are the methods of the :class:`Message` class:
 
 .. 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``.