mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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:
|
||||
pass
|
||||
else:
|
||||
raise TestFailed, "NotImplemented should have caused TypeErrpr"
|
||||
raise TestFailed, "NotImplemented should have caused TypeError"
|
||||
|
||||
def longs():
|
||||
if verbose: print "Testing long operations..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue