This commit is contained in:
Michael W. Hudson 2004-10-03 09:41:26 +00:00
parent 507a485984
commit bfe5684308
1 changed files with 1 additions and 1 deletions

View 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: