From: R David Murray Date: Sat, 13 Jul 2013 02:57:12 +0000 (-0400) Subject: #18437: fix comment typo. X-Git-Tag: v2.7.6rc1~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d781b07e295ddbfa03a6a4e06495221462808bce;p=thirdparty%2FPython%2Fcpython.git #18437: fix comment typo. --- diff --git a/Lib/email/charset.py b/Lib/email/charset.py index dddaa76c55d7..30a13ff2494b 100644 --- a/Lib/email/charset.py +++ b/Lib/email/charset.py @@ -183,7 +183,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