diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-19 00:50:03 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-19 00:50:03 (GMT) |
commit | 1623afff679e222bff8f2a4910d9eb9019c8db2b (patch) | |
tree | 7fa9df024678cc3ad0065c8b1c2a687313de67b8 /Doc | |
parent | c809f981437eff9882703ea5a8405e6daf79357c (diff) | |
download | cpython-1623afff679e222bff8f2a4910d9eb9019c8db2b.zip cpython-1623afff679e222bff8f2a4910d9eb9019c8db2b.tar.gz cpython-1623afff679e222bff8f2a4910d9eb9019c8db2b.tar.bz2 |
#14355: remove obsolete doc reference to previously removed init_frozen.
Patch by Eric Snow.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/imp.rst | 2 |
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) |