From cd37dfcfac956d6400659dd2d208bcf81f32aebc Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 14 Mar 2011 18:35:56 -0400 Subject: Harmonize linesep docstrings, and fix the quoting of \r\n --- Lib/email/header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/header.py') diff --git a/Lib/email/header.py b/Lib/email/header.py index 35cdb2b405..e1716176fa 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 -- cgit v1.2.1