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

georg.brandl python-checkins at python.org
Sun Oct 6 19:20:38 CEST 2013


http://hg.python.org/cpython/rev/bc12d18c6aa3
changeset:   86123:bc12d18c6aa3
branch:      2.7
parent:      86120:93595ab19262
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
@@ -467,7 +467,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