summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-10-15 13:29:33 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-10-15 13:29:33 (GMT)
commit8227045bbe2db3386b9c2ac4d0e73a02c9b4a95a (patch)
treec473fdfec0b1366b9d34283a7b6d1a83adc3c407 /Doc/whatsnew
parent46a48bef3f0351f8f4b8c709b34537e0b6be752d (diff)
downloadcpython-8227045bbe2db3386b9c2ac4d0e73a02c9b4a95a.zip
cpython-8227045bbe2db3386b9c2ac4d0e73a02c9b4a95a.tar.gz
cpython-8227045bbe2db3386b9c2ac4d0e73a02c9b4a95a.tar.bz2
Fix sphinx role markups.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 9ac966d..0d9b968 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -197,8 +197,8 @@ in bytes format.
* 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