]> granicus.if.org Git - python/commitdiff
revert comment wording (#16714)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 19 Dec 2012 20:47:05 +0000 (22:47 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 19 Dec 2012 20:47:05 +0000 (22:47 +0200)
Lib/email/header.py

index b46d21d5aa1383b20839df0ef43f40ecfa5c1f2f..2cf870fd575f9a3d8109d17ac3c30989f2b414db 100644 (file)
@@ -103,7 +103,7 @@ def decode_header(header):
                         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: