]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Do not call "knee" a standard module.
authorFred Drake <fdrake@acm.org>
Mon, 8 Apr 2002 05:23:22 +0000 (05:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Apr 2002 05:23:22 +0000 (05:23 +0000)
This addresses the issue in SF bug #515745.

Doc/lib/libimp.tex

index a96839fe7aeeae00ca6c12120317e1f7db192f49..e23d88917b0afa42d0ebfe6d2d39ed175b14f775 100644 (file)
@@ -255,6 +255,4 @@ 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}.