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