From: Neal Norwitz Date: Mon, 11 Mar 2002 14:44:12 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~6525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1af5e35a98008e5eb6406dc4f4ff831eee23a0e5;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 32940eb9ebd3..a640bb45f550 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -438,7 +438,7 @@ def ints(): except TypeError: pass else: - raise TestFailed, "NotImplemented should have caused TypeErrpr" + raise TestFailed, "NotImplemented should have caused TypeError" def longs(): if verbose: print "Testing long operations..."