diff --git a/stdlib/3/importlib/machinery.pyi b/stdlib/3/importlib/machinery.pyi index 78aaf80aa..9a9e7e647 100644 --- a/stdlib/3/importlib/machinery.pyi +++ b/stdlib/3/importlib/machinery.pyi @@ -125,7 +125,7 @@ else: def load_module(cls, fullname: str) -> types.ModuleType: ... if sys.version_info >= (3, 3): - class WindowsRegisteryFinder(importlib.abc.MetaPathFinder): + class WindowsRegistryFinder(importlib.abc.MetaPathFinder): @classmethod def find_module( cls, fullname: str,