Skip to content

Commit a3da28a

Browse files
committed
Merge pull request gregmalcolm#94 from knservis/Comment_fix
Fixed comment
2 parents 6da34b1 + 1821699 commit a3da28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/koans/about_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_we_can_import_multiple_items_at_once(self):
3434

3535
def test_importing_all_module_attributes_at_once(self):
3636
# NOTE Using this module level import declared at the top of this script:
37-
# from .other_local_module import *
37+
# from .another_local_module import *
3838
#
3939
# Import wildcard cannot be used from within classes or functions
4040

0 commit comments

Comments
 (0)