summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.generator.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-05-30 20:03:20 (GMT)
committerGeorg Brandl <georg@python.org>2012-05-30 20:03:20 (GMT)
commit3539afd5c90045b86a7cb5190fbff53051e5a1b4 (patch)
tree3b1f6344a457412ca100185dce36b27d86d5802a /Doc/library/email.generator.rst
parenta0cf90e3b1bebde4dea8b99083830b9fb209a1c0 (diff)
downloadcpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.zip
cpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.tar.gz
cpython-3539afd5c90045b86a7cb5190fbff53051e5a1b4.tar.bz2
Update pydoc topics and fix new suspicious markup.
Diffstat (limited to 'Doc/library/email.generator.rst')
-rw-r--r--Doc/library/email.generator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst
index b8e4e91..c172acb 100644
--- a/Doc/library/email.generator.rst
+++ b/Doc/library/email.generator.rst
@@ -55,7 +55,7 @@ Here are the public methods of the :class:`Generator` class, imported from the
The *policy* keyword specifies a :mod:`~email.policy` object that controls a
number of aspects of the generator's operation. If no *policy* is specified,
- then the *policy* attached to the message object passed to :attr:``flatten``
+ then the *policy* attached to the message object passed to :attr:`flatten`
is used.
.. versionchanged:: 3.3 Added the *policy* keyword.