summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/email.message.rst3
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])