mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Issue #13632: Update token documentation to reflect actual token types
This commit is contained in:
parent
57f97f400b
commit
ac007ba686
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,6 @@ The token constants are:
|
|||
EQUAL
|
||||
DOT
|
||||
PERCENT
|
||||
BACKQUOTE
|
||||
LBRACE
|
||||
RBRACE
|
||||
EQEQUAL
|
||||
|
@ -94,6 +93,8 @@ The token constants are:
|
|||
DOUBLESLASH
|
||||
DOUBLESLASHEQUAL
|
||||
AT
|
||||
RARROW
|
||||
ELLIPSIS
|
||||
OP
|
||||
ERRORTOKEN
|
||||
N_TOKENS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue