]> granicus.if.org Git - python/commitdiff
Fix typo in example file name. Found by John Bokma on docs@.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:21:14 +0000 (19:21 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:21:14 +0000 (19:21 +0200)
Doc/tutorial/modules.rst

index 1e792d1b8f5319517708deda699e7b64551f0101..f5b811452cabb925292392f3cbed1a5ef8e018dd 100644 (file)
@@ -467,7 +467,7 @@ list of module names that should be imported when ``from package import *`` is
 encountered.  It is up to the package author to keep this list up-to-date when a
 new version of the package is released.  Package authors may also decide not to
 support it, if they don't see a use for importing \* from their package.  For
-example, the file :file:`sounds/effects/__init__.py` could contain the following
+example, the file :file:`sound/effects/__init__.py` could contain the following
 code::
 
    __all__ = ["echo", "surround", "reverse"]