From: R. David Murray Date: Thu, 7 May 2009 01:43:57 +0000 (+0000) Subject: Revert inappropriate doc change. X-Git-Tag: v2.7a1~1257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd266811554e19d0a03bc70befe674daeb7fcdda;p=python Revert inappropriate doc change. --- diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 9fead222cc..0e79b6c8a4 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -112,9 +112,6 @@ Here are the methods of the :class:`Message` class: *decode* flag is ``True``, then ``None`` is returned. The default for *decode* is ``False``. - To pass a value for the decode flag to a non-multipart message, specify - ``None`` as the value of *i*. - .. method:: set_payload(payload[, charset])