[Python-checkins] cpython (3.5): remove ungrammarical apostrophe (closes #27957)

benjamin.peterson python-checkins at python.org
Mon Sep 5 17:03:32 EDT 2016


https://hg.python.org/cpython/rev/33702360acef
changeset:   103060:33702360acef
branch:      3.5
parent:      103058:096b712cc129
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Sep 05 14:02:59 2016 -0700
summary:
  remove ungrammarical apostrophe (closes #27957)

files:
  Doc/library/importlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -118,7 +118,7 @@
    :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*.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list