summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-03-19 00:50:36 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-03-19 00:50:36 (GMT)
commitda3d8e05b6d618d65d347a28f668435337c7edef (patch)
tree8d562dc5b5dc0e30fc44ff1eb6a08f0f34f07662
parent188176f8818fa72753dd41823ae2844a81c5bc5c (diff)
parent1623afff679e222bff8f2a4910d9eb9019c8db2b (diff)
downloadcpython-da3d8e05b6d618d65d347a28f668435337c7edef.zip
cpython-da3d8e05b6d618d65d347a28f668435337c7edef.tar.gz
cpython-da3d8e05b6d618d65d347a28f668435337c7edef.tar.bz2
Merge #14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
-rw-r--r--Doc/library/imp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index 6e9845e..042f114 100644
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -256,7 +256,7 @@ to indicate the search result of :func:`find_module`.
.. data:: PY_FROZEN
- The module was found as a frozen module (see :func:`init_frozen`).
+ The module was found as a frozen module.
.. class:: NullImporter(path_string)