We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a18f80 commit fccde38Copy full SHA for fccde38
python3/koans/about_asserts.py
@@ -60,7 +60,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
60
61
# Sometimes we will ask you what the class type of an object is.
62
#
63
- # 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?
64
# The koans runner will include this feedback for this koan:
65
66
# AssertionError: '-=> FILL ME IN! <=-' != <type 'str'>
0 commit comments