diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2008-07-26 13:09:06 (GMT) |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2008-07-26 13:09:06 (GMT) |
| commit | cd48d8ae8bf3d370fcc85cbcc74f899ddee6a7ad (patch) | |
| tree | a8e5f2c8d7c22bd64d70bfd17b0ecf61a4e6140a | |
| parent | feeee750b0da89af060d565a4316bb49b133e87e (diff) | |
| download | cpython-cd48d8ae8bf3d370fcc85cbcc74f899ddee6a7ad.zip cpython-cd48d8ae8bf3d370fcc85cbcc74f899ddee6a7ad.tar.gz cpython-cd48d8ae8bf3d370fcc85cbcc74f899ddee6a7ad.tar.bz2 | |
Remove extra words
| -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 555e304..f2a78e1 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -90,7 +90,7 @@ Here are the methods of the :class:`Message` class: .. method:: get_payload([i[, decode]]) - Return a reference the current payload, which will be a list of + Return the current payload, which will be a list of :class:`Message` objects when :meth:`is_multipart` is ``True``, or a string when :meth:`is_multipart` is ``False``. If the payload is a list and you mutate the list object, you modify the message's payload in place. |
