We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075dfd4 commit 1821699Copy full SHA for 1821699
1 file changed
python3/koans/about_modules.py
@@ -34,7 +34,7 @@ def test_we_can_import_multiple_items_at_once(self):
34
35
def test_importing_all_module_attributes_at_once(self):
36
# NOTE Using this module level import declared at the top of this script:
37
- # from .other_local_module import *
+ # from .another_local_module import *
38
#
39
# Import wildcard cannot be used from within classes or functions
40
0 commit comments