diff --git a/stdlib/3/configparser.pyi b/stdlib/3/configparser.pyi index 5560cd38e..2df7b3381 100644 --- a/stdlib/3/configparser.pyi +++ b/stdlib/3/configparser.pyi @@ -136,7 +136,7 @@ class RawConfigParser(_parser): class ConfigParser(RawConfigParser): def __init__(self, defaults: Optional[_section] = ..., - dict_type: Mapping[str, str] = ..., + dict_type: Type[Mapping[str, str]] = ..., allow_no_value: bool = ..., delimiters: Sequence[str] = ..., comment_prefixes: Sequence[str] = ...,