[Python-checkins] cpython (3.2): Fix markup.

r.david.murray python-checkins at python.org
Mon Apr 18 21:56:50 CEST 2011


http://hg.python.org/cpython/rev/a55c32f161dd
changeset:   69429:a55c32f161dd
branch:      3.2
parent:      69424:28ab8c6ad8f9
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Apr 18 15:54:58 2011 -0400
summary:
  Fix markup.

files:
  Doc/library/email.header.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst
--- a/Doc/library/email.header.rst
+++ b/Doc/library/email.header.rst
@@ -119,7 +119,7 @@
       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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list