From bfe56843084c0ccb7f26e5225b1c22d767d90eb8 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Sun, 3 Oct 2004 09:41:26 +0000 Subject: [PATCH] typo --- 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 54e5cac991b..9059d880280 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -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: