Skip to content
Snippets Groups Projects
Unverified Commit c6c98234 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-91541: Fix error in example in modules tutorial (GH-91634)


(cherry picked from commit efbc6681)

Co-authored-by: default avatar180909 <734461790@qq.com>
parent 833ff164
No related branches found
No related tags found
No related merge requests found
......@@ -504,7 +504,7 @@ code::
__all__ = ["echo", "surround", "reverse"]
This would mean that ``from sound.effects import *`` would import the three
named submodules of the :mod:`sound` package.
named submodules of the :mod:`sound.effects` package.
If ``__all__`` is not defined, the statement ``from sound.effects import *``
does *not* import all submodules from the package :mod:`sound.effects` into the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment