Skip to content

Commit ea9d251

Browse files
committed
Update about_classes.py
1 parent 8641d7c commit ea9d251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2/koans/about_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_args_must_match_init(self):
109109
# THINK ABOUT IT:
110110
# Why is this so?
111111

112-
def test_different_objects_have_difference_instance_variables(self):
112+
def test_different_objects_have_different_instance_variables(self):
113113
fido = self.Dog5("Fido")
114114
rover = self.Dog5("Rover")
115115

0 commit comments

Comments
 (0)