Skip to content

Commit f629a2c

Browse files
committed
grammar fix in Python 2's about_asserts.py
1 parent fccde38 commit f629a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2/koans/about_asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self):
6262

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

0 commit comments

Comments
 (0)