Skip to content
Snippets Groups Projects
Unverified Commit 5f45a9d3 authored by David Gilbertson's avatar David Gilbertson Committed by GitHub
Browse files

importlib docs: Update importlib.abc hierarchy (#31113)

Fixed some inconsistencies in the text about relationships
parent 9c204b14
Branches
Tags
No related merge requests found
...@@ -248,8 +248,8 @@ ABC hierarchy:: ...@@ -248,8 +248,8 @@ ABC hierarchy::
object object
+-- Finder (deprecated) +-- Finder (deprecated)
| +-- MetaPathFinder +-- MetaPathFinder
| +-- PathEntryFinder +-- PathEntryFinder
+-- Loader +-- Loader
+-- ResourceLoader --------+ +-- ResourceLoader --------+
+-- InspectLoader | +-- InspectLoader |
...@@ -282,8 +282,7 @@ ABC hierarchy:: ...@@ -282,8 +282,7 @@ ABC hierarchy::
.. class:: MetaPathFinder .. class:: MetaPathFinder
An abstract base class representing a :term:`meta path finder`. For An abstract base class representing a :term:`meta path finder`.
compatibility, this is a subclass of :class:`Finder`.
.. versionadded:: 3.3 .. versionadded:: 3.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment