summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-02 20:48:59 (GMT)
committerGitHub <noreply@github.com>2022-05-02 20:48:59 (GMT)
commitd851f37b886a91400642c4c845c56d585ab94ec0 (patch)
tree8539727800a8bc63d636bd1545953ad57bd010a2 /Doc
parentc8ab1633fce42e84734179d267a1cd01e3fef323 (diff)
downloadcpython-d851f37b886a91400642c4c845c56d585ab94ec0.zip
cpython-d851f37b886a91400642c4c845c56d585ab94ec0.tar.gz
cpython-d851f37b886a91400642c4c845c56d585ab94ec0.tar.bz2
importlib docs: Update importlib.abc hierarchy (GH-31113)
Fixed some inconsistencies in the text about relationships (cherry picked from commit 5f45a9d3c3de97a4eafedb60ecea224a78bae52c) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/importlib.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 3576941..c9fb63b 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -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