summaryrefslogtreecommitdiff
path: root/Doc/library/email.message.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:17:13 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:17:13 +0200
commitfbc1c268031a9c8fad65f49c8381b6145bd66ffc (patch)
tree61f0d5554573668c553dd9f39a50d74c12dd50bb /Doc/library/email.message.rst
parent4b79518f83fa6c4dadd69326276032d74c8e3df7 (diff)
downloadcpython-git-fbc1c268031a9c8fad65f49c8381b6145bd66ffc.tar.gz
Issue #19795: Improved markup of True/False constants.
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 576531d047..3075e86d05 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)