diff options
-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) |