Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python2/koans/about_asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):

# Sometimes we will ask you what the class type of an object is.
#
# For example, contemplate the text string "naval". What is it's class type?
# For example, contemplate the text string "naval". What is its class type?
# The koans runner will include this feedback for this koan:
#
# AssertionError: '-=> FILL ME IN! <=-' != <type 'str'>
Expand Down
2 changes: 1 addition & 1 deletion python3/koans/about_asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):

# Sometimes we will ask you what the class type of an object is.
#
# For example, contemplate the text string "naval". What is it's class type?
# For example, contemplate the text string "naval". What is its class type?
# The koans runner will include this feedback for this koan:
#
# AssertionError: '-=> FILL ME IN! <=-' != <type 'str'>
Expand Down