From 037f65841c85333045fec16a275558630afdcea5 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 12 Jul 2013 22:55:43 -0400 Subject: #18437: fix comment typo. --- Lib/email/charset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/email/charset.py b/Lib/email/charset.py index c106649..892bab5 100644 --- a/Lib/email/charset.py +++ b/Lib/email/charset.py @@ -194,7 +194,7 @@ class Charset: header encoding. Charset.SHORTEST is not allowed for body_encoding. - output_charset: Some character sets must be converted before the can be + output_charset: Some character sets must be converted before they can be used in email headers or bodies. If the input_charset is one of them, this attribute will contain the name of the charset output will be converted to. Otherwise, it will -- cgit v0.12