[Python-checkins] cpython (3.3): Fix typo in example file name. Found by John Bokma on docs at .

georg.brandl python-checkins at python.org
Sun Oct 6 19:21:04 CEST 2013


http://hg.python.org/cpython/rev/b8f6a0357fc3
changeset:   86124:b8f6a0357fc3
branch:      3.3
parent:      86121:4ef84ad5ca74
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 19:21:14 2013 +0200
summary:
  Fix typo in example file name. Found by John Bokma on docs at .

files:
  Doc/tutorial/modules.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -478,7 +478,7 @@
 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"]

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list