File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# Python Koans is a port of Ruby Koans originally written by Jim Weirich
8
8
# and Joe O'brien of Edgecase. There are some differences and tweaks specific
9
9
# to the Python language, but a great deal of it has been copied wholesale.
10
- # So thank guys!
10
+ # So thanks guys!
11
11
#
12
12
13
13
import unittest
Original file line number Diff line number Diff line change @@ -168,12 +168,12 @@ def report_progress(self):
168
168
"reaching enlightenment." .format (koans_remaining , lessons_remaining )
169
169
return sent1 + sent2
170
170
171
- # Hat's tip to Tim Peters for the zen statements from The Zen
172
- # of Python (http://www.python.org/dev/peps/pep-0020/)
171
+ # Hat's tip to Tim Peters for the zen statements from The ' Zen
172
+ # of Python' (http://www.python.org/dev/peps/pep-0020/)
173
173
#
174
174
# Also a hat's tip to Ara T. Howard for the zen statements from his
175
175
# metakoans Ruby Quiz (http://rubyquiz.com/quiz67.html) and
176
- # Edgecase's later permatation in the Ruby Koans
176
+ # Edgecase's later permutation in the Ruby Koans
177
177
def say_something_zenlike (self ):
178
178
if self .failures :
179
179
turn = self .pass_count % 37
@@ -231,7 +231,7 @@ def say_something_zenlike(self):
231
231
.format (Fore .CYAN )
232
232
233
233
# Hopefully this will never ever happen!
234
- return "The temple in collapsing! Run!!!"
234
+ return "The temple is collapsing! Run!!!"
235
235
236
236
def total_lessons (self ):
237
237
all_lessons = self .filter_all_lessons ()
You can’t perform that action at this time.
0 commit comments