summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.generator.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.generator.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.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 954f175..002f36f 100644
--- a/Doc/library/email.generator.rst
+++ b/Doc/library/email.generator.rst
@@ -99,7 +99,7 @@ formatted string representation of a message object. For more detail, see
This class has the same API as the :class:`Generator` class, except that
*outfp* must be a file like object that will accept :class`bytes` input to
- its `write` method. If the message object structure contains non-ASCII
+ its ``write`` method. If the message object structure contains non-ASCII
bytes, this generator's :meth:`~BytesGenerator.flatten` method will produce
them as-is, including preserving parts with a
:mailheader:`Content-Transfer-Encoding` of ``8bit``.