Skip to content

Commit 06dffea

Browse files
committed
Fixed typo
1 parent c431810 commit 06dffea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3/runner/path_to_enlightenment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from koans.about_exceptions import AboutExceptions
2222
from koans.about_triangle_project2 import AboutTriangleProject2
2323
from koans.about_iteration import AboutIteration
24-
from koans.about_comprehention import AboutComprehention
24+
from koans.about_comprehension import AboutComprehension
2525
from koans.about_generators import AboutGenerators
2626
from koans.about_lambdas import AboutLambdas
2727
from 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))

0 commit comments

Comments
 (0)