Skip to content

Commit 6cd6533

Browse files
committed
Merge pull request gregmalcolm#76 from ab7/patch-3
Update about_classes.py
2 parents 147b23c + a666812 commit 6cd6533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python3/koans/about_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_args_must_match_init(self):
115115
# THINK ABOUT IT:
116116
# Why is this so?
117117

118-
def test_different_objects_have_difference_instance_variables(self):
118+
def test_different_objects_have_different_instance_variables(self):
119119
fido = self.Dog5("Fido")
120120
rover = self.Dog5("Rover")
121121

0 commit comments

Comments
 (0)