Skip to content

Commit 1821699

Browse files
author
Konstantinos Servis
committed
Fixed comment
1 parent 075dfd4 commit 1821699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)