We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da34b1 + 1821699 commit a3da28aCopy full SHA for a3da28a
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