]> granicus.if.org Git - python/commitdiff
Remove extra words
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 26 Jul 2008 13:09:06 +0000 (13:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 26 Jul 2008 13:09:06 +0000 (13:09 +0000)
Doc/library/email.message.rst

index 555e3044b21701ef47c4792f855f6fa916e2eb61..f2a78e121130e781c6180bb99bf727bb76548e37 100644 (file)
@@ -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.