[Python-checkins] cpython (2.7): #18437: fix comment typo.

r.david.murray python-checkins at python.org
Sat Jul 13 04:57:29 CEST 2013


http://hg.python.org/cpython/rev/868010ed641c
changeset:   84610:868010ed641c
branch:      2.7
parent:      84607:86cc1983a94d
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Jul 12 22:57:12 2013 -0400
summary:
  #18437: fix comment typo.

files:
  Lib/email/charset.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/email/charset.py b/Lib/email/charset.py
--- a/Lib/email/charset.py
+++ b/Lib/email/charset.py
@@ -183,7 +183,7 @@
                    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list