Kaydet (Commit) cd48d8ae authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove extra words

üst feeee750
...@@ -90,7 +90,7 @@ Here are the methods of the :class:`Message` class: ...@@ -90,7 +90,7 @@ Here are the methods of the :class:`Message` class:
.. method:: get_payload([i[, decode]]) .. 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 :class:`Message` objects when :meth:`is_multipart` is ``True``, or a
string when :meth:`is_multipart` is ``False``. If the payload is a list 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. and you mutate the list object, you modify the message's payload in place.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment