mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
This commit is contained in:
parent
8bcfa02e4b
commit
5cbb84106e
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue