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 be6cbfb commit 3e5c4a7Copy full SHA for 3e5c4a7
Doc/tutorial/modules.rst
@@ -518,7 +518,7 @@ Although certain modules are designed to export only names that follow certain
518
patterns when you use ``import *``, it is still considered bad practice in
519
production code.
520
521
-Remember, there is nothing wrong with using ``from Package import
+Remember, there is nothing wrong with using ``from package import
522
specific_submodule``! In fact, this is the recommended notation unless the
523
importing module needs to use submodules with the same name from different
524
packages.
0 commit comments