From f5ffbbf8d6ac5d2c827924e107c8b5b5241c24a8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 8 Apr 2002 05:23:43 +0000 Subject: [PATCH] Do not call "knee" a standard module. This addresses the issue in SF bug #515745. --- Doc/lib/libimp.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index 2508e63d1e22..afba0c55493f 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -242,6 +242,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}. -- 2.47.3