]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
importlib docs: Update importlib.abc hierarchy (GH-31113)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 May 2022 20:48:59 +0000 (13:48 -0700)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 20:48:59 +0000 (13:48 -0700)
Fixed some inconsistencies in the text about relationships
(cherry picked from commit 5f45a9d3c3de97a4eafedb60ecea224a78bae52c)

Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
Doc/library/importlib.rst

index 3576941efa46d96695c08da51fef1eee4a7c7a24..c9fb63b75a4718b161a7ef5bd0f41fd2a5398f0f 100644 (file)
@@ -230,8 +230,8 @@ ABC hierarchy::
 
     object
      +-- Finder (deprecated)
-     |    +-- MetaPathFinder
-     |    +-- PathEntryFinder
+     +-- MetaPathFinder
+     +-- PathEntryFinder
      +-- Loader
           +-- ResourceLoader --------+
           +-- InspectLoader          |
@@ -264,8 +264,7 @@ ABC hierarchy::
 
 .. class:: MetaPathFinder
 
-   An abstract base class representing a :term:`meta path finder`. For
-   compatibility, this is a subclass of :class:`Finder`.
+   An abstract base class representing a :term:`meta path finder`.
 
    .. versionadded:: 3.3