]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Mar 2002 14:44:12 +0000 (14:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Mar 2002 14:44:12 +0000 (14:44 +0000)
Lib/test/test_descr.py

index 32940eb9ebd35cc63f16d19c482ec05ba659f35b..a640bb45f5503ef28e759c325a94d9dcd490741d 100644 (file)
@@ -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..."