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 017f07a commit efbc668Copy full SHA for efbc668
1 file changed
Doc/tutorial/modules.rst
@@ -508,7 +508,7 @@ code::
508
__all__ = ["echo", "surround", "reverse"]
509
510
This would mean that ``from sound.effects import *`` would import the three
511
-named submodules of the :mod:`sound` package.
+named submodules of the :mod:`sound.effects` package.
512
513
If ``__all__`` is not defined, the statement ``from sound.effects import *``
514
does *not* import all submodules from the package :mod:`sound.effects` into the
0 commit comments