mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove extra words
This commit is contained in:
parent
feeee750b0
commit
cd48d8ae8b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue