diff --git a/stdlib/3/configparser.pyi b/stdlib/3/configparser.pyi index 56598624a..684eea510 100644 --- a/stdlib/3/configparser.pyi +++ b/stdlib/3/configparser.pyi @@ -225,7 +225,7 @@ class InterpolationSyntaxError(InterpolationError): pass -class ParsingError: +class ParsingError(Error): source = ... # type: str errors = ... # type: Sequence[Tuple[int, str]]