Skip to content

Commit 5cbb841

Browse files
Himanshu-Lakharabrettcannon
authored andcommitted
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
1 parent 8bcfa02 commit 5cbb841

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
@@ -1030,7 +1030,7 @@ find and load modules.
10301030
.. class:: WindowsRegistryFinder
10311031

10321032
:term:`Finder` for modules declared in the Windows registry. This class
1033-
implements the :class:`importlib.abc.Finder` ABC.
1033+
implements the :class:`importlib.abc.MetaPathFinder` ABC.
10341034

10351035
Only class methods are defined by this class to alleviate the need for
10361036
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)