We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c204b1 commit 5f45a9dCopy full SHA for 5f45a9d
Doc/library/importlib.rst
@@ -248,8 +248,8 @@ ABC hierarchy::
248
249
object
250
+-- Finder (deprecated)
251
- | +-- MetaPathFinder
252
- | +-- PathEntryFinder
+ +-- MetaPathFinder
+ +-- PathEntryFinder
253
+-- Loader
254
+-- ResourceLoader --------+
255
+-- InspectLoader |
@@ -282,8 +282,7 @@ ABC hierarchy::
282
283
.. class:: MetaPathFinder
284
285
- An abstract base class representing a :term:`meta path finder`. For
286
- compatibility, this is a subclass of :class:`Finder`.
+ An abstract base class representing a :term:`meta path finder`.
287
288
.. versionadded:: 3.3
289
0 commit comments