Skip to content

Commit 6c96767

Browse files
committed
Make this koan a little clearer
1 parent 90b783d commit 6c96767

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python2/koans/about_new_style_classes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ def test_old_style_classes_have_type_but_no_class_attribute(self):
4141
except Exception as ex:
4242
pass
4343

44+
#
45+
# Let's look at the error message we get when trying to invoke
46+
# __class__ on an old style class object
47+
#
4448
self.assertMatch(__, ex[0])
4549

4650
def test_new_style_classes_have_same_class_as_type(self):

0 commit comments

Comments
 (0)