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 6647a71 commit ac39addCopy full SHA for ac39add
Doc/tutorial/modules.rst
@@ -478,7 +478,7 @@ list of module names that should be imported when ``from package import *`` is
478
encountered. It is up to the package author to keep this list up-to-date when a
479
new version of the package is released. Package authors may also decide not to
480
support it, if they don't see a use for importing \* from their package. For
481
-example, the file :file:`sounds/effects/__init__.py` could contain the following
+example, the file :file:`sound/effects/__init__.py` could contain the following
482
code::
483
484
__all__ = ["echo", "surround", "reverse"]
0 commit comments