Update base class to match the source file (#1899)

This commit is contained in:
Pradyun Gedam
2018-02-18 22:33:09 +05:30
committed by Guido van Rossum
parent 1707d8f466
commit b6bd58268b

View File

@@ -225,7 +225,7 @@ class InterpolationSyntaxError(InterpolationError):
pass
class ParsingError:
class ParsingError(Error):
source = ... # type: str
errors = ... # type: Sequence[Tuple[int, str]]