From cd93d2d28a7c11df55354875bb357c5eecbcbab7 Mon Sep 17 00:00:00 2001 From: David Gilbertson Date: Fri, 4 Feb 2022 09:02:22 +1100 Subject: [PATCH] Update importlib.abc hierarchy Fixed some inconsistencies in the text about relationships --- Doc/library/importlib.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 23d908196669f5..ae267593507adc 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -245,8 +245,8 @@ ABC hierarchy:: object +-- Finder (deprecated) - | +-- MetaPathFinder - | +-- PathEntryFinder + +-- MetaPathFinder + +-- PathEntryFinder +-- Loader +-- ResourceLoader --------+ +-- InspectLoader | @@ -279,8 +279,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