summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 5fa1d7d..c80f460 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -1291,7 +1291,7 @@ find and load modules.
Name of the place from which the module is loaded, e.g. "builtin" for
built-in modules and the filename for modules loaded from source.
Normally "origin" should be set, but it may be ``None`` (the default)
- which indicates it is unspecified.
+ which indicates it is unspecified (e.g. for namespace packages).
.. attribute:: submodule_search_locations