Skip to content

Commit 385e952

Browse files
NewEvolutionmpirnat
authored andcommitted
Typo fix in explanatory comment (gregmalcolm#133)
* Corrected reference to Monty Python swallow bit Not sure if the Amazonian Swallow is a reference I'm just not getting, but it's the airspeed velocity of African and European Swallows we're worried about when it comes to crossing bridges. * Trimmed trailing whitespace * Corrected reference to Monty Python swallow bit Mirrored changes from python3 to python2 to correct Amazonian -> European * Fixed typo in explanatory comment
1 parent 15b1b49 commit 385e952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python2/koans/about_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_use_absolute_imports_to_import_upper_level_modules(self):
5353

5454
self.assertEqual(__, contemplate_koans.__name__)
5555

56-
# contemplate_koans.py is the root module in this package because its
56+
# contemplate_koans.py is the root module in this package because it's
5757
# the first python module called in koans.
5858
#
5959
# If contemplate_koans.py was based in a_package_folder that would be

python3/koans/about_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_use_absolute_imports_to_import_upper_level_modules(self):
4545

4646
self.assertEqual(__, contemplate_koans.__name__)
4747

48-
# contemplate_koans.py is the root module in this package because its
48+
# contemplate_koans.py is the root module in this package because it's
4949
# the first python module called in koans.
5050
#
5151
# If contemplate_koans.py was based in a_package_folder that would be

0 commit comments

Comments
 (0)