From: Andrew M. Kuchling Date: Fri, 7 Mar 2008 21:09:23 +0000 (+0000) Subject: Grammar fix X-Git-Tag: v2.6a2~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31c6de4f79d2b87f6b6065c37978451cd5fadc68;p=python Grammar fix --- diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index e1fb20e357..850072b791 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -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``.