We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147b23c commit a666812Copy full SHA for a666812
1 file changed
python3/koans/about_classes.py
@@ -115,7 +115,7 @@ def test_args_must_match_init(self):
115
# THINK ABOUT IT:
116
# Why is this so?
117
118
- def test_different_objects_have_difference_instance_variables(self):
+ def test_different_objects_have_different_instance_variables(self):
119
fido = self.Dog5("Fido")
120
rover = self.Dog5("Rover")
121
0 commit comments