diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-07-13 02:56:15 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-07-13 02:56:15 (GMT) |
commit | 1424e7d6888419ea276e3c09b5ac86976a3bbe43 (patch) | |
tree | b616abdfc58a82b2937a3d8fe1bda662dca98cce /Lib/email | |
parent | 4064b2448c919ef5842211be140d18b2e5bcdff6 (diff) | |
parent | 037f65841c85333045fec16a275558630afdcea5 (diff) | |
download | cpython-1424e7d6888419ea276e3c09b5ac86976a3bbe43.zip cpython-1424e7d6888419ea276e3c09b5ac86976a3bbe43.tar.gz cpython-1424e7d6888419ea276e3c09b5ac86976a3bbe43.tar.bz2 |
Merge: #18437: fix comment typo.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/charset.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |