From: Andrew M. Kuchling Date: Fri, 7 Mar 2008 21:10:06 +0000 (+0000) Subject: Grammar fix X-Git-Tag: v2.5.3c1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e741e008a53890f69c47021e8dab696b27c6beb;p=python Grammar fix --- diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index 7bd7dd8b30..a9f7298636 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -34,7 +34,7 @@ The constructor takes no arguments. \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}.