From 8d56c026a5dd724318be005465366d5140fa6fe7 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 29 May 2016 04:13:35 +0000 Subject: =?UTF-8?q?Issue=20#27125:=20Fix=20various=20errors=20like=20?= =?UTF-8?q?=E2=80=9Cwill=20[be]=20inherited=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/email/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/message.py') diff --git a/Lib/email/message.py b/Lib/email/message.py index a892012c3f..aefaf57d00 100644 --- a/Lib/email/message.py +++ b/Lib/email/message.py @@ -710,7 +710,7 @@ class Message: message, it will be set to "text/plain" and the new parameter and value will be appended as per RFC 2045. - An alternate header can specified in the header argument, and all + An alternate header can be specified in the header argument, and all parameters will be quoted as necessary unless requote is False. If charset is specified, the parameter will be encoded according to RFC -- cgit v1.2.1