summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-10-15 12:55:19 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-10-15 12:55:19 (GMT)
commit916bd38a06996b1d91969d6705d03a6c9993c1c8 (patch)
treeb25099efaa739db9bb7f94becce95e83c93c46a6 /Doc/library/email.rst
parent8dbf629bbd678da2e818bf404657fadba6dfa23f (diff)
downloadcpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.zip
cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.gz
cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.bz2
Fixing some sphinx inline directives - detected using ``make check``.
Diffstat (limited to 'Doc/library/email.rst')
-rw-r--r--Doc/library/email.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.rst b/Doc/library/email.rst
index ddf4d4b..4530b95 100644
--- a/Doc/library/email.rst
+++ b/Doc/library/email.rst
@@ -111,8 +111,8 @@ version 5.0:
* Given bytes input to the model, :meth:`~email.message.Message.get_payload`
will by default decode a message body that has a
- :mailheader:`Content-Transfer-Encoding` of `8bit` using the charset specified
- in the MIME headers and return the resulting string.
+ :mailheader:`Content-Transfer-Encoding` of ``8bit`` using the charset
+ specified in the MIME headers and return the resulting string.
* Given bytes input to the model, :class:`~email.generator.Generator` will
convert message bodies that have a :mailheader:`Content-Transfer-Encoding` of