We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b7c7b commit f7e2ea2Copy full SHA for f7e2ea2
Doc/library/importlib.rst
@@ -118,7 +118,7 @@ Functions
118
:exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path`
119
is done. ``None`` is returned if no loader is found.
120
121
- A dotted name does not have its parent's implicitly imported as that requires
+ A dotted name does not have its parents implicitly imported as that requires
122
loading them and that may not be desired. To properly import a submodule you
123
will need to import all parent packages of the submodule and use the correct
124
argument to *path*.
0 commit comments