summaryrefslogtreecommitdiffstats
path: root/Lib/email/header.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 22:39:41 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-14 22:39:41 (GMT)
commit45725727187c7413b2a16f812160244e19787615 (patch)
treeacd949f9e5a2664ac4be05d081fe02ed8d956a9d /Lib/email/header.py
parent750beda5353e3433df3978b6e9e3d57b6253e066 (diff)
parentcd37dfcfac956d6400659dd2d208bcf81f32aebc (diff)
downloadcpython-45725727187c7413b2a16f812160244e19787615.zip
cpython-45725727187c7413b2a16f812160244e19787615.tar.gz
cpython-45725727187c7413b2a16f812160244e19787615.tar.bz2
Merge linesep docstring changes from 3.2.
Diffstat (limited to 'Lib/email/header.py')
-rw-r--r--Lib/email/header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/header.py b/Lib/email/header.py
index 35cdb2b..e171617 100644
--- a/Lib/email/header.py
+++ b/Lib/email/header.py
@@ -276,7 +276,7 @@ class Header:
self._chunks.append((s, charset))
def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'):
- """Encode a message header into an RFC-compliant format.
+ r"""Encode a message header into an RFC-compliant format.
There are many issues involved in converting a given string for use in
an email header. Only certain character sets are readable in most