diff options
author | Barry Warsaw <barry@python.org> | 2018-02-26 19:23:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 19:23:24 (GMT) |
commit | 86ea85134645c75783936ca4b5c6269cb8ac4634 (patch) | |
tree | 28d611b49ee509cd43a412414997d35e1f8f7fde /Doc/library | |
parent | 1278c21f5234477aab21531773d65ca7ebd1b81f (diff) | |
download | cpython-86ea85134645c75783936ca4b5c6269cb8ac4634.zip cpython-86ea85134645c75783936ca4b5c6269cb8ac4634.tar.gz cpython-86ea85134645c75783936ca4b5c6269cb8ac4634.tar.bz2 |
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911)
This reverts commit a71397fb6603d0fe673acd7765c74699cd28fe7b.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 3415613..d194362 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -1077,7 +1077,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 (e.g. for namespace packages). + which indicates it is unspecified. .. attribute:: submodule_search_locations |