]> granicus.if.org Git - python/commitdiff
Grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 7 Mar 2008 21:10:06 +0000 (21:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 7 Mar 2008 21:10:06 +0000 (21:10 +0000)
Doc/lib/emailmessage.tex

index 7bd7dd8b3093b66aa4a682b99eb957d3a111b7f3..a9f7298636e3e400c8db007ea14eb49b45b8c8d7 100644 (file)
@@ -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}.