Kaydet (Commit) 5cbb8410 authored tarafından Himanshu Lakhara's avatar Himanshu Lakhara Kaydeden (comit) Brett Cannon

bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)

üst 8bcfa02e
......@@ -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.
......
Update documentation to clarify that ``WindowsRegistryFinder`` implements
``MetaPathFinder``. (Patch by Himanshu Lakhara)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment