Skip to content

Commit ac39add

Browse files
committed
Fix typo in example file name. Found by John Bokma on docs@.
1 parent 6647a71 commit ac39add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ list of module names that should be imported when ``from package import *`` is
478478
encountered. It is up to the package author to keep this list up-to-date when a
479479
new version of the package is released. Package authors may also decide not to
480480
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
481+
example, the file :file:`sound/effects/__init__.py` could contain the following
482482
code::
483483

484484
__all__ = ["echo", "surround", "reverse"]

0 commit comments

Comments
 (0)