From 31c6de4f79d2b87f6b6065c37978451cd5fadc68 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 7 Mar 2008 21:09:23 +0000 Subject: [PATCH] Grammar fix --- Doc/library/email.message.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index e1fb20e357e..850072b7918 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``.