mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Do not call "knee" a standard module, and point to the new location.
This addresses the issue in SF bug #515745.
This commit is contained in:
parent
2ea9111cf1
commit
bc82ab1c9f
1 changed files with 3 additions and 3 deletions
|
|
@ -255,6 +255,6 @@ def __import__(name, globals=None, locals=None, fromlist=None):
|
||||||
|
|
||||||
A more complete example that implements hierarchical module names and
|
A more complete example that implements hierarchical module names and
|
||||||
includes a \function{reload()}\bifuncindex{reload} function can be
|
includes a \function{reload()}\bifuncindex{reload} function can be
|
||||||
found in the standard module \module{knee}\refstmodindex{knee} (which
|
found in the module \module{knee}\refmodindex{knee}. The
|
||||||
is intended as an example only --- don't rely on any part of it being
|
\module{knee} module can be found in \file{Demo/imputil/} in the
|
||||||
a standard interface).
|
Python source distribution.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue