diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
commit | 0e90e99188d6fb54c3f5b31a0488318d9c38309d (patch) | |
tree | baeb9819ae83194653cd3c3d4760a6c19c787a4d /Doc/library/email.message.rst | |
parent | 567eba1852ed89e5cf93dbce33f7e2ca73e8f05d (diff) | |
parent | fbc1c268031a9c8fad65f49c8381b6145bd66ffc (diff) | |
download | cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.zip cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.gz cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.bz2 |
Issue #19795: Improved markup of True/False constants.
Diffstat (limited to 'Doc/library/email.message.rst')
-rw-r--r-- | Doc/library/email.message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst index c0f947f..84a5f51 100644 --- a/Doc/library/email.message.rst +++ b/Doc/library/email.message.rst @@ -131,7 +131,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) |