diff options
author | Michael W. Hudson <mwh@python.net> | 2004-10-03 09:41:26 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-10-03 09:41:26 (GMT) |
commit | bfe56843084c0ccb7f26e5225b1c22d767d90eb8 (patch) | |
tree | 2abd8b8a59164659e0aa5a726eee9d9c7ead3e24 | |
parent | 507a485984111874fe36302c4701be9861a1849c (diff) | |
download | cpython-bfe56843084c0ccb7f26e5225b1c22d767d90eb8.zip cpython-bfe56843084c0ccb7f26e5225b1c22d767d90eb8.tar.gz cpython-bfe56843084c0ccb7f26e5225b1c22d767d90eb8.tar.bz2 |
typo
-rw-r--r-- | Doc/lib/emailmessage.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index 54e5cac..9059d88 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: |