Skip to content

Commit

Permalink
importlib docs: Update importlib.abc hierarchy (#31113)
Browse files Browse the repository at this point in the history
Fixed some inconsistencies in the text about relationships
  • Loading branch information
davidgilbertson committed May 2, 2022
1 parent 9c204b1 commit 5f45a9d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Doc/library/importlib.rst
Expand Up @@ -248,8 +248,8 @@ ABC hierarchy::

object
+-- Finder (deprecated)
| +-- MetaPathFinder
| +-- PathEntryFinder
+-- MetaPathFinder
+-- PathEntryFinder
+-- Loader
+-- ResourceLoader --------+
+-- InspectLoader |
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5f45a9d

Please sign in to comment.