summaryrefslogtreecommitdiff
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-05 14:03:08 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-05 14:03:08 -0700
commitea633a088824c651bd47a352fa64425992928a92 (patch)
tree5a1d41cd15629588396103eb145d2638e2bd1a63 /Doc/library/importlib.rst
parentb0e2df8f9fb54d292b7dcfd2d20bdad97ad9fb49 (diff)
parent88cd201828fcbea00c9a7ba44121ce3358613bb0 (diff)
downloadcpython-ea633a088824c651bd47a352fa64425992928a92.tar.gz
merge 3.5 (#27957)
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 24b8104754..ffd5162996 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -118,7 +118,7 @@ Functions
:exc:`ValueError` is raised). Otherwise a search using :attr:`sys.meta_path`
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
will need to import all parent packages of the submodule and use the correct
argument to *path*.