bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
(cherry picked from commit 5cbb84106e
)
Co-authored-by: Himanshu Lakhara <himanshulakhara1947@gmail.com>
This commit is contained in:
parent
f8d2c3cf5f
commit
45738ede5a
|
@ -1030,7 +1030,7 @@ find and load modules.
|
|||
.. class:: WindowsRegistryFinder
|
||||
|
||||
:term:`Finder` for modules declared in the Windows registry. This class
|
||||
implements the :class:`importlib.abc.Finder` ABC.
|
||||
implements the :class:`importlib.abc.MetaPathFinder` ABC.
|
||||
|
||||
Only class methods are defined by this class to alleviate the need for
|
||||
instantiation.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Update documentation to clarify that ``WindowsRegistryFinder`` implements
|
||||
``MetaPathFinder``. (Patch by Himanshu Lakhara)
|
Loading…
Reference in New Issue