supers(): typo -- "if verify" should be "if verbose".

This commit is contained in:
Guido van Rossum 2001-08-24 17:07:20 +00:00
parent c4a1880de4
commit 9881fc124e

View file

@ -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):