mirror of https://github.com/python/cpython.git
Issue #13632: Update token documentation to reflect actual token types
This commit is contained in:
parent
57f97f400b
commit
ac007ba686
|
@ -68,7 +68,6 @@ The token constants are:
|
||||||
EQUAL
|
EQUAL
|
||||||
DOT
|
DOT
|
||||||
PERCENT
|
PERCENT
|
||||||
BACKQUOTE
|
|
||||||
LBRACE
|
LBRACE
|
||||||
RBRACE
|
RBRACE
|
||||||
EQEQUAL
|
EQEQUAL
|
||||||
|
@ -94,6 +93,8 @@ The token constants are:
|
||||||
DOUBLESLASH
|
DOUBLESLASH
|
||||||
DOUBLESLASHEQUAL
|
DOUBLESLASHEQUAL
|
||||||
AT
|
AT
|
||||||
|
RARROW
|
||||||
|
ELLIPSIS
|
||||||
OP
|
OP
|
||||||
ERRORTOKEN
|
ERRORTOKEN
|
||||||
N_TOKENS
|
N_TOKENS
|
||||||
|
|
Loading…
Reference in New Issue