File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121from koans .about_exceptions import AboutExceptions
2222from koans .about_triangle_project2 import AboutTriangleProject2
2323from koans .about_iteration import AboutIteration
24- from koans .about_comprehention import AboutComprehention
24+ from koans .about_comprehension import AboutComprehension
2525from koans .about_generators import AboutGenerators
2626from koans .about_lambdas import AboutLambdas
2727from koans .about_scoring_project import AboutScoringProject
@@ -64,7 +64,7 @@ def koans():
6464 suite .addTests (loader .loadTestsFromTestCase (AboutExceptions ))
6565 suite .addTests (loader .loadTestsFromTestCase (AboutTriangleProject2 ))
6666 suite .addTests (loader .loadTestsFromTestCase (AboutIteration ))
67- suite .addTests (loader .loadTestsFromTestCase (AboutComprehention ))
67+ suite .addTests (loader .loadTestsFromTestCase (AboutComprehension ))
6868 suite .addTests (loader .loadTestsFromTestCase (AboutGenerators ))
6969 suite .addTests (loader .loadTestsFromTestCase (AboutLambdas ))
7070 suite .addTests (loader .loadTestsFromTestCase (AboutScoringProject ))
You can’t perform that action at this time.
0 commit comments