Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c7fac12 + f7e2ea2 commit 942dd9fCopy full SHA for 942dd9f
1 file changed
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