diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index 0e79b6c8a44..9fead222ccf 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -112,6 +112,9 @@ 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])