summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-08 05:22:30 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-08 05:22:30 (GMT)
commitbc82ab1c9f9ab32dd7257e913004a06f3cf4dda9 (patch)
tree4f02550a7c1001d6e887d6aebb31283935cc1a11 /Doc
parent2ea9111cf17db465ce0a32d779dd20da87824e44 (diff)
downloadcpython-bc82ab1c9f9ab32dd7257e913004a06f3cf4dda9.zip
cpython-bc82ab1c9f9ab32dd7257e913004a06f3cf4dda9.tar.gz
cpython-bc82ab1c9f9ab32dd7257e913004a06f3cf4dda9.tar.bz2
Do not call "knee" a standard module, and point to the new location.
This addresses the issue in SF bug #515745.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libimp.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex
index a96839f..972128f 100644
--- a/Doc/lib/libimp.tex
+++ b/Doc/lib/libimp.tex
@@ -255,6 +255,6 @@ def __import__(name, globals=None, locals=None, fromlist=None):
A more complete example that implements hierarchical module names and
includes a \function{reload()}\bifuncindex{reload} function can be
-found in the standard module \module{knee}\refstmodindex{knee} (which
-is intended as an example only --- don't rely on any part of it being
-a standard interface).
+found in the module \module{knee}\refmodindex{knee}. The
+\module{knee} module can be found in \file{Demo/imputil/} in the
+Python source distribution.