Skip to content

Commit 643a781

Browse files
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
(cherry picked from commit 5cbb841) Co-authored-by: Himanshu Lakhara <[email protected]>
1 parent fce39ab commit 643a781

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ find and load modules.
799799
.. class:: WindowsRegistryFinder
800800

801801
:term:`Finder` for modules declared in the Windows registry. This class
802-
implements the :class:`importlib.abc.Finder` ABC.
802+
implements the :class:`importlib.abc.MetaPathFinder` ABC.
803803

804804
Only class methods are defined by this class to alleviate the need for
805805
instantiation.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update documentation to clarify that ``WindowsRegistryFinder`` implements
2+
``MetaPathFinder``. (Patch by Himanshu Lakhara)

0 commit comments

Comments
 (0)