Commit f7e2ea2f authored by Benjamin Peterson's avatar Benjamin Peterson

remove ungrammarical apostrophe (closes #27957)

parent f5b7c7bf
...@@ -118,7 +118,7 @@ Functions ...@@ -118,7 +118,7 @@ Functions
:exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path` :exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path`
is done. ``None`` is returned if no loader is found. is done. ``None`` is returned if no loader is found.
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
loading them and that may not be desired. To properly import a submodule you loading them and that may not be desired. To properly import a submodule you
will need to import all parent packages of the submodule and use the correct will need to import all parent packages of the submodule and use the correct
argument to *path*. argument to *path*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment