Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d5d2b45 commit ee0309fCopy full SHA for ee0309f
1 file changed
Doc/tutorial/modules.rst
@@ -523,7 +523,7 @@ Although certain modules are designed to export only names that follow certain
523
patterns when you use ``import *``, it is still considered bad practice in
524
production code.
525
526
-Remember, there is nothing wrong with using ``from Package import
+Remember, there is nothing wrong with using ``from package import
527
specific_submodule``! In fact, this is the recommended notation unless the
528
importing module needs to use submodules with the same name from different
529
packages.
0 commit comments