From 2b92139064c532e59a9ea3b24885109b74a0ad09 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Sun, 17 Mar 2002 19:31:28 +0000 Subject: Backport nnorwitz's checkin of revision 1.119: Fix typo --- Lib/test/test_descr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index a1bb650..1188e1d 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..." -- cgit v0.12