Skip to content

Commit 55cdce7

Browse files
fix some typos
1 parent 512280f commit 55cdce7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python2/runner/sensei.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ def report_progress(self):
168168
"reaching enlightenment.".format(koans_remaining, lessons_remaining)
169169
return sent1+sent2
170170

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/)
173173
#
174174
# Also a hat's tip to Ara T. Howard for the zen statements from his
175175
# 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
177177
def say_something_zenlike(self):
178178
if self.failures:
179179
turn = self.pass_count % 37
@@ -231,7 +231,7 @@ def say_something_zenlike(self):
231231
.format(Fore.CYAN)
232232

233233
# Hopefully this will never ever happen!
234-
return "The temple in collapsing! Run!!!"
234+
return "The temple is collapsing! Run!!!"
235235

236236
def total_lessons(self):
237237
all_lessons = self.filter_all_lessons()

0 commit comments

Comments
 (0)