commit | 9881fc124e34b92d0cc3ad50aee4fbce6c9a10b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 24 17:07:20 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 24 17:07:20 2001 +0000 |
tree | 7ebd6a243629e05439989cadf8a8f2822214ca1c | |
parent | c4a1880de49b81c05282ff62a590eb06daafca09 [diff] |
supers(): typo -- "if verify" should be "if verbose".
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index a79353f..054dd87 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py
@@ -1093,7 +1093,7 @@ ## verify(not hasattr(a, "x")) def supers(): - if verify: print "Testing super..." + if verbose: print "Testing super..." class A(object): def meth(self, a):