We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76b7b2 commit e2ec5d0Copy full SHA for e2ec5d0
stdlib/2/__builtin__.pyi
@@ -1523,7 +1523,7 @@ class SyntaxError(_StandardError):
1523
msg: str
1524
lineno: int
1525
offset: Optional[int]
1526
- text: str
+ text: Optional[str]
1527
filename: str
1528
class SystemError(_StandardError): ...
1529
class TypeError(_StandardError): ...
stdlib/2and3/builtins.pyi
0 commit comments