mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix typo
This commit is contained in:
parent
c9e9e40b7b
commit
1af5e35a98
1 changed files with 1 additions and 1 deletions
|
|
@ -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..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue