Skip to content

Commit 5f45a9d

Browse files
importlib docs: Update importlib.abc hierarchy (#31113)
Fixed some inconsistencies in the text about relationships
1 parent 9c204b1 commit 5f45a9d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/library/importlib.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ ABC hierarchy::
248248

249249
object
250250
+-- Finder (deprecated)
251-
| +-- MetaPathFinder
252-
| +-- PathEntryFinder
251+
+-- MetaPathFinder
252+
+-- PathEntryFinder
253253
+-- Loader
254254
+-- ResourceLoader --------+
255255
+-- InspectLoader |
@@ -282,8 +282,7 @@ ABC hierarchy::
282282

283283
.. class:: MetaPathFinder
284284

285-
An abstract base class representing a :term:`meta path finder`. For
286-
compatibility, this is a subclass of :class:`Finder`.
285+
An abstract base class representing a :term:`meta path finder`.
287286

288287
.. versionadded:: 3.3
289288

0 commit comments

Comments
 (0)