summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-07-13 02:57:12 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-07-13 02:57:12 (GMT)
commitd781b07e295ddbfa03a6a4e06495221462808bce (patch)
tree093b80ee7a01f4f07e4ad4ce9a0c00c34afc3234
parentfccb0d2d0d151bcba9630c0d879b95602dc870e2 (diff)
downloadcpython-d781b07e295ddbfa03a6a4e06495221462808bce.zip
cpython-d781b07e295ddbfa03a6a4e06495221462808bce.tar.gz
cpython-d781b07e295ddbfa03a6a4e06495221462808bce.tar.bz2
#18437: fix comment typo.
-rw-r--r--Lib/email/charset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/charset.py b/Lib/email/charset.py
index dddaa76..30a13ff 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