Commit 1af5e35a authored by Neal Norwitz's avatar Neal Norwitz

Fix typo

parent c9e9e40b
...@@ -438,7 +438,7 @@ def ints(): ...@@ -438,7 +438,7 @@ def ints():
except TypeError: except TypeError:
pass pass
else: else:
raise TestFailed, "NotImplemented should have caused TypeErrpr" raise TestFailed, "NotImplemented should have caused TypeError"
def longs(): def longs():
if verbose: print "Testing long operations..." if verbose: print "Testing long operations..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment