diff -r 8c2635afbfe1 Lib/email/header.py --- a/Lib/email/header.py Tue Dec 18 21:27:37 2012 +0200 +++ b/Lib/email/header.py Wed Dec 19 18:00:22 2012 +0200 @@ -103,7 +103,7 @@ dec = email.base64mime.decode(encoded) except binascii.Error: # Turn this into a higher level exception. BAW: Right - # now we raise the lower level exception away but + # now we throw the lower level exception away but # when/if we get exception chaining, we'll preserve it. raise HeaderParseError if dec is None: