mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
importlib docs: Update importlib.abc hierarchy (GH-31113)
Fixed some inconsistencies in the text about relationships
(cherry picked from commit 5f45a9d3c3
)
Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
This commit is contained in:
parent
c8ab1633fc
commit
d851f37b88
1 changed files with 3 additions and 4 deletions
|
@ -230,8 +230,8 @@ ABC hierarchy::
|
|||
|
||||
object
|
||||
+-- Finder (deprecated)
|
||||
| +-- MetaPathFinder
|
||||
| +-- PathEntryFinder
|
||||
+-- MetaPathFinder
|
||||
+-- PathEntryFinder
|
||||
+-- Loader
|
||||
+-- ResourceLoader --------+
|
||||
+-- InspectLoader |
|
||||
|
@ -264,8 +264,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…
Add table
Add a link
Reference in a new issue