From fccde38d5b6c9865646cf0e8ac2bb3b1bc859ab2 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Mon, 27 Oct 2014 13:40:25 -0400 Subject: [PATCH 1/2] grammar fix in about_asserts.py --- python3/koans/about_asserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/koans/about_asserts.py b/python3/koans/about_asserts.py index a3d7ce047..ea10ccab5 100644 --- a/python3/koans/about_asserts.py +++ b/python3/koans/about_asserts.py @@ -60,7 +60,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self): # Sometimes we will ask you what the class type of an object is. # - # 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? # The koans runner will include this feedback for this koan: # # AssertionError: '-=> FILL ME IN! <=-' != From f629a2ca62886c4bf7d564e4b7b5fa09e5d5756b Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Fri, 31 Oct 2014 17:49:44 -0400 Subject: [PATCH 2/2] grammar fix in Python 2's about_asserts.py --- python2/koans/about_asserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python2/koans/about_asserts.py b/python2/koans/about_asserts.py index 61b53ada1..476458337 100644 --- a/python2/koans/about_asserts.py +++ b/python2/koans/about_asserts.py @@ -62,7 +62,7 @@ def test_that_sometimes_we_need_to_know_the_class_type(self): # Sometimes we will ask you what the class type of an object is. # - # 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? # The koans runner will include this feedback for this koan: # # AssertionError: '-=> FILL ME IN! <=-' !=