Skip to content

Commit cc94c95

Browse files
author
George Dorn
committed
Typo fix
1 parent d7cd802 commit cc94c95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python 2/koans/about_multiple_inheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ def test_confirm_the_mro_controls_the_calling_order(self):
137137
# Hang on a minute?!? That last class name might be a super class of
138138
# the 'jeff' object, but its hardly a superclass of Pig, is it?
139139
#
140-
# To avoid confusion it may help to thing of super() as next_mro().
140+
# To avoid confusion it may help to think of super() as next_mro().
141141

python 3/koans/about_multiple_inheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ def test_confirm_the_mro_controls_the_calling_order(self):
137137
# Hang on a minute?!? That last class name might be a super class of
138138
# the 'jeff' object, but its hardly a superclass of Pig, is it?
139139
#
140-
# To avoid confusion it may help to thing of super() as next_mro().
140+
# To avoid confusion it may help to think of super() as next_mro().
141141

0 commit comments

Comments
 (0)