summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.header.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 00:47:34 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 00:47:34 (GMT)
commit941afedd741b26c0e54c377e8b04f5eb6af823c9 (patch)
tree321bb0890ce737d54771db5735093e840265dcd3 /Doc/library/email.header.rst
parent48e484fdde4295c755dd3d6df6d7f1633eb17f2b (diff)
downloadcpython-941afedd741b26c0e54c377e8b04f5eb6af823c9.zip
cpython-941afedd741b26c0e54c377e8b04f5eb6af823c9.tar.gz
cpython-941afedd741b26c0e54c377e8b04f5eb6af823c9.tar.bz2
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
Diffstat (limited to 'Doc/library/email.header.rst')
-rw-r--r--Doc/library/email.header.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst
index c385cf3..47a0749 100644
--- a/Doc/library/email.header.rst
+++ b/Doc/library/email.header.rst
@@ -141,11 +141,11 @@ Here is the :class:`Header` class description:
Returns an approximation of the :class:`Header` as a string, using an
unlimited line length. All pieces are converted to unicode using the
specified encoding and joined together appropriately. Any pieces with a
- charset of `unknown-8bit` are decoded as `ASCII` using the `replace`
+ charset of ``'unknown-8bit'`` are decoded as ASCII using the ``'replace'``
error handler.
.. versionchanged:: 3.2
- Added handling for the `unknown-8bit` charset.
+ Added handling for the ``'unknown-8bit'`` charset.
.. method:: __eq__(other)