From 8e741e008a53890f69c47021e8dab696b27c6beb Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 7 Mar 2008 21:10:06 +0000 Subject: Grammar fix --- Doc/lib/emailmessage.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index 7bd7dd8..a9f7298 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}. -- cgit v0.12