]> granicus.if.org Git - python/commitdiff
#14355: remove obsolete doc reference to previously removed init_frozen.
authorR David Murray <rdmurray@bitdance.com>
Mon, 19 Mar 2012 00:50:03 +0000 (20:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 19 Mar 2012 00:50:03 +0000 (20:50 -0400)
Patch by Eric Snow.

Doc/library/imp.rst

index 6e9845ed004606c4790bd4a971ef72dc75f9b496..042f1146ed06a53c76a9ac959c23a00bff4d7120 100644 (file)
@@ -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)