Skip to content

Commit 654a80f

Browse files
Fix punctuation error in comment
`it's` -> `its`
1 parent 3f3c319 commit 654a80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python2/koans/about_proxy_object_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# missing handler and any other supporting methods. The specification
1414
# of the Proxy class is given in the AboutProxyObjectProject koan.
1515

16-
# Note: This is a bit trickier that it's Ruby Koans counterpart, but you
16+
# Note: This is a bit trickier that its Ruby Koans counterpart, but you
1717
# can do it!
1818

1919
from runner.koan import *

0 commit comments

Comments
 (0)