diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-07-13 02:55:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-07-13 02:55:43 (GMT) |
commit | 037f65841c85333045fec16a275558630afdcea5 (patch) | |
tree | 2a2231a0265fea5e504fb72a9719ba4eaf507bfa /Lib/email | |
parent | 04ff0382b24a9ce2aa47833a289288737b2e02e9 (diff) | |
download | cpython-037f65841c85333045fec16a275558630afdcea5.zip cpython-037f65841c85333045fec16a275558630afdcea5.tar.gz cpython-037f65841c85333045fec16a275558630afdcea5.tar.bz2 |
#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 |