mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
importlib docs: Update importlib.abc hierarchy (#31113)
Fixed some inconsistencies in the text about relationships
This commit is contained in:
parent
9c204b148f
commit
5f45a9d3c3
@ -248,8 +248,8 @@ ABC hierarchy::
|
||||
|
||||
object
|
||||
+-- Finder (deprecated)
|
||||
| +-- MetaPathFinder
|
||||
| +-- PathEntryFinder
|
||||
+-- MetaPathFinder
|
||||
+-- PathEntryFinder
|
||||
+-- Loader
|
||||
+-- ResourceLoader --------+
|
||||
+-- InspectLoader |
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user