mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-43822: Improve syntax errors for missing commas (GH-25377)
This commit is contained in:
parent
e692f55979
commit
b280248be8
13 changed files with 1235 additions and 1034 deletions
2
Doc/library/token-list.inc
generated
2
Doc/library/token-list.inc
generated
|
@ -211,6 +211,8 @@
|
|||
|
||||
.. data:: TYPE_COMMENT
|
||||
|
||||
.. data:: SOFT_KEYWORD
|
||||
|
||||
.. data:: ERRORTOKEN
|
||||
|
||||
.. data:: N_TOKENS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue