]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove ungrammarical apostrophe (closes #27957)
authorBenjamin Peterson <benjamin@python.org>
Mon, 5 Sep 2016 21:02:59 +0000 (14:02 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 5 Sep 2016 21:02:59 +0000 (14:02 -0700)
Doc/library/importlib.rst

index 06e9ea3a551f155bc66b9ea420cebb872b7b0f9d..3d83509292fe5551eaec356d394821c4c9f2282b 100644 (file)
@@ -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*.