mirror of
https://github.com/python/cpython.git
synced 2025-09-04 07:51:13 +00:00
supers(): typo -- "if verify" should be "if verbose".
This commit is contained in:
parent
c4a1880de4
commit
9881fc124e
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ def getsets():
|
||||||
## verify(not hasattr(a, "x"))
|
## verify(not hasattr(a, "x"))
|
||||||
|
|
||||||
def supers():
|
def supers():
|
||||||
if verify: print "Testing super..."
|
if verbose: print "Testing super..."
|
||||||
|
|
||||||
class A(object):
|
class A(object):
|
||||||
def meth(self, a):
|
def meth(self, a):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue