importlib docs: Update importlib.abc hierarchy (GH-31113)

Fixed some inconsistencies in the text about relationships
(cherry picked from commit 5f45a9d3c3)

Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-05-02 13:48:59 -07:00 committed by GitHub
parent c8ab1633fc
commit d851f37b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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