File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# Python Koans is a port of Ruby Koans originally written by Jim Weirich
88# and Joe O'brien of Edgecase. There are some differences and tweaks specific
99# to the Python language, but a great deal of it has been copied wholesale.
10- # So thank guys!
10+ # So thanks guys!
1111#
1212
1313import unittest
Original file line number Diff line number Diff line change @@ -169,12 +169,12 @@ def report_progress(self):
169169 "reaching enlightenment." .format (koans_remaining , lessons_remaining )
170170 return sent1 + sent2
171171
172- # Hat's tip to Tim Peters for the zen statements from The Zen
173- # of Python (http://www.python.org/dev/peps/pep-0020/)
172+ # Hat's tip to Tim Peters for the zen statements from The ' Zen
173+ # of Python' (http://www.python.org/dev/peps/pep-0020/)
174174 #
175175 # Also a hat's tip to Ara T. Howard for the zen statements from his
176176 # metakoans Ruby Quiz (http://rubyquiz.com/quiz67.html) and
177- # Edgecase's later permatation in the Ruby Koans
177+ # Edgecase's later permutation in the Ruby Koans
178178 def say_something_zenlike (self ):
179179 if self .failures :
180180 turn = self .pass_count % 37
@@ -232,7 +232,7 @@ def say_something_zenlike(self):
232232 .format (Fore .CYAN )
233233
234234 # Hopefully this will never ever happen!
235- return "The temple in collapsing! Run!!!"
235+ return "The temple is collapsing! Run!!!"
236236
237237 def total_lessons (self ):
238238 all_lessons = self .filter_all_lessons ()
You can’t perform that action at this time.
0 commit comments