mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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"))
|
||||
|
||||
def supers():
|
||||
if verify: print "Testing super..."
|
||||
if verbose: print "Testing super..."
|
||||
|
||||
class A(object):
|
||||
def meth(self, a):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue