mirror of https://github.com/python/cpython
supers(): typo -- "if verify" should be "if verbose".
This commit is contained in:
parent
c4a1880de4
commit
9881fc124e
|
@ -1093,7 +1093,7 @@ def getsets():
|
|||
## verify(not hasattr(a, "x"))
|
||||
|
||||
def supers():
|
||||
if verify: print "Testing super..."
|
||||
if verbose: print "Testing super..."
|
||||
|
||||
class A(object):
|
||||
def meth(self, a):
|
||||
|
|
Loading…
Reference in New Issue