]> granicus.if.org Git - python/commitdiff
supers(): typo -- "if verify" should be "if verbose".
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 17:07:20 +0000 (17:07 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 17:07:20 +0000 (17:07 +0000)
Lib/test/test_descr.py

index a79353fa9b239e1755fa5ae56746977860ff8b4a..054dd8710f1cbdb82cd469d453655b19f9e08ae9 100644 (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):