]> granicus.if.org Git - python/commitdiff
typo
authorMichael W. Hudson <mwh@python.net>
Sun, 3 Oct 2004 09:41:26 +0000 (09:41 +0000)
committerMichael W. Hudson <mwh@python.net>
Sun, 3 Oct 2004 09:41:26 +0000 (09:41 +0000)
Doc/lib/emailmessage.tex

index 54e5cac991b0570c498b040bef5c328187e88935..9059d8802800b09c744fd3e46b2d3d80b9eb4a5e 100644 (file)
@@ -38,7 +38,7 @@ Return the entire message flatten as a string.  When optional
 returned string.  \var{unixfrom} defaults to \code{False}.
 
 Note that this method is provided as a convenience and may not always format
-the message the way you want.  For example, by default it mangels lines that
+the message the way you want.  For example, by default it mangles lines that
 begin with \code{From }.  For more flexibility, instantiate a
 \class{Generator} instance and use its
 \method{flatten()} method directly.  For example: