diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-03-07 21:09:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-03-07 21:09:23 (GMT) |
commit | 31c6de4f79d2b87f6b6065c37978451cd5fadc68 (patch) | |
tree | a42b0c7f94e6074ff830979740a7f6204e25c648 | |
parent | 7af53be66f8c074902e0e7e7c452a280538582bc (diff) | |
download | cpython-31c6de4f79d2b87f6b6065c37978451cd5fadc68.zip cpython-31c6de4f79d2b87f6b6065c37978451cd5fadc68.tar.gz cpython-31c6de4f79d2b87f6b6065c37978451cd5fadc68.tar.bz2 |
Grammar fix
-rw-r--r-- | Doc/library/email.message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index e1fb20e..850072b 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -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``. |