[Python-checkins] cpython (merge 3.3 -> default): Merge: #18437: fix comment typo.

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


http://hg.python.org/cpython/rev/da7d97ca1ef6
changeset:   84609:da7d97ca1ef6
parent:      84606:514cb18945aa
parent:      84608:f91e6d0eb0f7
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Jul 12 22:56:15 2013 -0400
summary:
  Merge: #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
@@ -194,7 +194,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