From 0e90ef724da948fdc2b78239a51fdbff1784cfa3 Mon Sep 17 00:00:00 2001 From: ChuntaoLu Date: Mon, 3 Mar 2014 01:21:33 -0500 Subject: [PATCH] Fix typo --- python2/koans/about_proxy_object_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python2/koans/about_proxy_object_project.py b/python2/koans/about_proxy_object_project.py index 50a949496..4e391bc40 100644 --- a/python2/koans/about_proxy_object_project.py +++ b/python2/koans/about_proxy_object_project.py @@ -13,7 +13,7 @@ # missing handler and any other supporting methods. The specification # of the Proxy class is given in the AboutProxyObjectProject koan. -# Note: This is a bit trickier that its Ruby Koans counterpart, but you +# Note: This is a bit trickier than its Ruby Koans counterpart, but you # can do it! from runner.koan import *