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 833ff16 commit c6c9823Copy full SHA for c6c9823
Doc/tutorial/modules.rst
@@ -504,7 +504,7 @@ code::
504
__all__ = ["echo", "surround", "reverse"]
505
506
This would mean that ``from sound.effects import *`` would import the three
507
-named submodules of the :mod:`sound` package.
+named submodules of the :mod:`sound.effects` package.
508
509
If ``__all__`` is not defined, the statement ``from sound.effects import *``
510
does *not* import all submodules from the package :mod:`sound.effects` into the
0 commit comments