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

This commit is contained in:
Himanshu Lakhara 2018-03-24 02:56:35 +05:30 committed by Brett Cannon
parent 8bcfa02e4b
commit 5cbb84106e
2 changed files with 3 additions and 1 deletions

View file

@ -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.