Kaydet (Commit) 9881fc12 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst c4a1880d
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment