summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.message.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/email.message.rst')
-rw-r--r--Doc/library/email.message.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst
index 576531d..3075e86 100644
--- a/Doc/library/email.message.rst
+++ b/Doc/library/email.message.rst
@@ -75,7 +75,7 @@ Here are the methods of the :class:`Message` class:
Return ``True`` if the message's payload is a list of sub-\
:class:`Message` objects, otherwise return ``False``. When
- :meth:`is_multipart` returns False, the payload should be a string object.
+ :meth:`is_multipart` returns ``False``, the payload should be a string object.
.. method:: set_unixfrom(unixfrom)