summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-05 21:02:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-05 21:02:59 (GMT)
commitf7e2ea2f333f166575dcf6e4ccadf7b3bff6c712 (patch)
treee213906acaa9481300c0d4804edd3372577c705e /Doc
parentf5b7c7bfc1876ac0f262f2f05952ec8841542f0a (diff)
downloadcpython-f7e2ea2f333f166575dcf6e4ccadf7b3bff6c712.zip
cpython-f7e2ea2f333f166575dcf6e4ccadf7b3bff6c712.tar.gz
cpython-f7e2ea2f333f166575dcf6e4ccadf7b3bff6c712.tar.bz2
remove ungrammarical apostrophe (closes #27957)
Diffstat (limited to 'Doc')
-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 06e9ea3..3d83509 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*.