mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
fix typo in importlib.abc (#1323)
This commit is contained in:
committed by
Matthias Kramm
parent
c930e889ee
commit
5e4165493a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user