diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-27 04:20:51 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-27 04:20:51 (GMT) |
commit | 3a62e45b974611c80ba9e21670cfbfbe2bd193c1 (patch) | |
tree | c2910891a9aa86e093a477319a0b3bb64e6fa996 /Lib/test/test_email | |
parent | c06d40adace75f0f69b6b2b1d4543037d996e927 (diff) | |
parent | 3f5db3940ff71428d1eecb3d4eebe68d9c3d216d (diff) | |
download | cpython-3a62e45b974611c80ba9e21670cfbfbe2bd193c1.zip cpython-3a62e45b974611c80ba9e21670cfbfbe2bd193c1.tar.gz cpython-3a62e45b974611c80ba9e21670cfbfbe2bd193c1.tar.bz2 |
Merge typo fixes from 3.3.
Diffstat (limited to 'Lib/test/test_email')
-rw-r--r-- | Lib/test/test_email/test_headerregistry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email/test_headerregistry.py b/Lib/test/test_email/test_headerregistry.py index eba81f2..c0c81c1 100644 --- a/Lib/test/test_email/test_headerregistry.py +++ b/Lib/test/test_email/test_headerregistry.py @@ -670,7 +670,7 @@ class TestContentTypeHeader(TestHeaderBase): ), # XXX: I would say this one should default to ascii/en for the - # "encoded" segment, since the the first segment is not encoded and is + # "encoded" segment, since the first segment is not encoded and is # in double quotes, making the value a valid non-encoded string. The # old parser decodes this just like the previous case, which may be the # better Postel rule, but could equally result in borking headers that |