Grammar fix

This commit is contained in:
Andrew M. Kuchling 2008-03-07 21:09:23 +00:00
parent 7af53be66f
commit 31c6de4f79
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Here are the methods of the :class:`Message` class:
.. method:: Message.as_string([unixfrom])
Return the entire message flatten as a string. When optional *unixfrom* is
Return the entire message flattened as a string. When optional *unixfrom* is
``True``, the envelope header is included in the returned string. *unixfrom*
defaults to ``False``.