]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
importlib docs: Update importlib.abc hierarchy (#31113)
authorDavid Gilbertson <gilbertson.david@gmail.com>
Mon, 2 May 2022 20:26:35 +0000 (06:26 +1000)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 20:26:35 +0000 (14:26 -0600)
Fixed some inconsistencies in the text about relationships

Doc/library/importlib.rst

index 783653831b507d40cb532f9ec3523c5e7a5e718a..0241fb30b6efb2f759786ea0a33a18767339cfe6 100644 (file)
@@ -248,8 +248,8 @@ ABC hierarchy::
 
     object
      +-- Finder (deprecated)
-     |    +-- MetaPathFinder
-     |    +-- PathEntryFinder
+     +-- MetaPathFinder
+     +-- PathEntryFinder
      +-- Loader
           +-- ResourceLoader --------+
           +-- InspectLoader          |
@@ -282,8 +282,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