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
1 changed files with 1 additions and 1 deletions

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