From: Michael W. Hudson Date: Sun, 17 Mar 2002 19:31:28 +0000 (+0000) Subject: Backport nnorwitz's checkin of revision 1.119: X-Git-Tag: v2.2.1c1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b92139064c532e59a9ea3b24885109b74a0ad09;p=thirdparty%2FPython%2Fcpython.git Backport nnorwitz's checkin of revision 1.119: Fix typo --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index a1bb650f3e39..1188e1d560e2 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..."