We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcfa02 commit 5cbb841Copy full SHA for 5cbb841
Doc/library/importlib.rst
@@ -1030,7 +1030,7 @@ find and load modules.
1030
.. class:: WindowsRegistryFinder
1031
1032
:term:`Finder` for modules declared in the Windows registry. This class
1033
- implements the :class:`importlib.abc.Finder` ABC.
+ implements the :class:`importlib.abc.MetaPathFinder` ABC.
1034
1035
Only class methods are defined by this class to alleviate the need for
1036
instantiation.
Misc/NEWS.d/next/Documentation/2018-03-11-00-16-56.bpo-27428.B7A8FT.rst
@@ -0,0 +1,2 @@
1
+Update documentation to clarify that ``WindowsRegistryFinder`` implements
2
+``MetaPathFinder``. (Patch by Himanshu Lakhara)
0 commit comments