Skip to content

Commit f7e2ea2

Browse files
committed
remove ungrammarical apostrophe (closes #27957)
1 parent f5b7c7b commit f7e2ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)