]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport nnorwitz's checkin of revision 1.119:
authorMichael W. Hudson <mwh@python.net>
Sun, 17 Mar 2002 19:31:28 +0000 (19:31 +0000)
committerMichael W. Hudson <mwh@python.net>
Sun, 17 Mar 2002 19:31:28 +0000 (19:31 +0000)
Fix typo

Lib/test/test_descr.py

index a1bb650f3e399419c3940ba655fcc32113df80da..1188e1d560e2b195a21aeb9d2c247edf1b42cfe5 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..."