Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 942dd9f

Browse files
committed
merge 3.5 (#27957)
2 parents c7fac12 + f7e2ea2 commit 942dd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Functions
118118
:exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path`
119119
is done. ``None`` is returned if no loader is found.
120120

121-
A dotted name does not have its parent's implicitly imported as that requires
121+
A dotted name does not have its parents implicitly imported as that requires
122122
loading them and that may not be desired. To properly import a submodule you
123123
will need to import all parent packages of the submodule and use the correct
124124
argument to *path*.

0 commit comments

Comments
 (0)