summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.contentmanager.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:21:35 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 20:21:35 (GMT)
commit3749404ba5968c5571d47bc8a984f008a7eb8f80 (patch)
tree90214113acdd1fa51e1648a43237e1cb7b754977 /Doc/library/email.contentmanager.rst
parentc5deed3a1497316d4aa2ac350048d0c770016bc7 (diff)
downloadcpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.zip
cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.gz
cpython-3749404ba5968c5571d47bc8a984f008a7eb8f80.tar.bz2
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/email.contentmanager.rst')
-rw-r--r--Doc/library/email.contentmanager.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/email.contentmanager.rst b/Doc/library/email.contentmanager.rst
index 8f33a14..ba2f5ea 100644
--- a/Doc/library/email.contentmanager.rst
+++ b/Doc/library/email.contentmanager.rst
@@ -405,7 +405,9 @@ Currently the email package provides only one concrete content manager,
``message/rfc822``, use ``8bit`` if *cte* is not specified. For all
other values of *subtype*, use ``7bit``.
- .. note:: A *cte* of ``binary`` does not actually work correctly yet.
+ .. note::
+
+ A *cte* of ``binary`` does not actually work correctly yet.
The ``Message`` object as modified by ``set_content`` is correct, but
:class:`~email.generator.BytesGenerator` does not serialize it
correctly.