summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-18 19:55:45 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-04-18 19:55:45 (GMT)
commit1f056b248a6f30d7a9b3ae265e24c9a7e8dc2711 (patch)
treea15521b223e17a27e999c41a56a3e68fdf2cbaeb
parent3edd22ac950d3a2bcc1ad2e5a83554970aef3369 (diff)
parent530cc09796d139a3b86a16d899d88a93bcc0855f (diff)
downloadcpython-1f056b248a6f30d7a9b3ae265e24c9a7e8dc2711.zip
cpython-1f056b248a6f30d7a9b3ae265e24c9a7e8dc2711.tar.gz
cpython-1f056b248a6f30d7a9b3ae265e24c9a7e8dc2711.tar.bz2
Merge: Fix markup.
-rw-r--r--Doc/library/email.header.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst
index 80c7346..c385cf3 100644
--- a/Doc/library/email.header.rst
+++ b/Doc/library/email.header.rst
@@ -119,7 +119,7 @@ Here is the :class:`Header` class description:
which they appear in the string. Space and tab may be included in the
string to indicate whether preference should be given to one over the
other as a split point when other split chars do not appear in the line
- being split. Splitchars does not affect RFC 2047 encoded lines.
+ being split. Splitchars does not affect :RFC:`2047` encoded lines.
*maxlinelen*, if given, overrides the instance's value for the maximum
line length.