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 52a5b71 commit 4b5340bCopy full SHA for 4b5340b
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