Skip to content

Commit fccde38

Browse files
committed
grammar fix in about_asserts.py
1 parent 9a18f80 commit fccde38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/koans/about_asserts.py

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

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

0 commit comments

Comments
 (0)