diff --git a/stdlib/2/sys.pyi b/stdlib/2/sys.pyi index e353f633c..2eaeea76b 100644 --- a/stdlib/2/sys.pyi +++ b/stdlib/2/sys.pyi @@ -61,7 +61,7 @@ long_info = ... # type: object maxint = ... # type: int maxsize = ... # type: int maxunicode = ... # type: int -modules = ... # type: Dict[str, ModuleType] +modules = ... # type: Dict[str, Any] path = ... # type: List[str] platform = ... # type: str prefix = ... # type: str