summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_descr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index 32940eb..a640bb4 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..."