summaryrefslogtreecommitdiff
path: root/Doc/library/email.message.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-24 16:09:26 +0100
committerGeorg Brandl <georg@python.org>2013-11-24 16:09:26 +0100
commited007d5b1b50c7f9dc27a7e84448e1aea02605fd (patch)
treece491d3ec2c23dc527b1ac0196be5342b3cd83ef /Doc/library/email.message.rst
parent163d7f02a1091eb7386ffeb4de6c7aa282254181 (diff)
downloadcpython-git-ed007d5b1b50c7f9dc27a7e84448e1aea02605fd.tar.gz
Fix suspicious markup in the docs.
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 f278a0aae6..c0f947f037 100644
--- a/Doc/library/email.message.rst
+++ b/Doc/library/email.message.rst
@@ -35,7 +35,7 @@ Here are the methods of the :class:`Message` class:
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
class) use the rules it specifies to udpate and serialize the representation
- of the message. If *policy* is not set, use the :class`compat32
+ of the message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
:mod:`~email.policy` documentation.