diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-05-07 01:43:57 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-05-07 01:43:57 (GMT) |
commit | dd266811554e19d0a03bc70befe674daeb7fcdda (patch) | |
tree | 4ea6f3e524df26fd79bfe49f2e275df5419ebea6 | |
parent | e202700f4fd1ba6b0a0b31d423509e118d01cd15 (diff) | |
download | cpython-dd266811554e19d0a03bc70befe674daeb7fcdda.zip cpython-dd266811554e19d0a03bc70befe674daeb7fcdda.tar.gz cpython-dd266811554e19d0a03bc70befe674daeb7fcdda.tar.bz2 |
Revert inappropriate doc change.
-rw-r--r-- | Doc/library/email.message.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 9fead22..0e79b6c 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]) |