Skip to content

Commit 1120f87

Browse files
committed
Merge pull request gregmalcolm#103 from brainwane/master
grammar fix in about_asserts.py
2 parents 9a18f80 + f629a2c commit 1120f87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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'>

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)