Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac007ba

Browse files
committed
Issue #13632: Update token documentation to reflect actual token types
1 parent 57f97f4 commit ac007ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/token.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ The token constants are:
6868
EQUAL
6969
DOT
7070
PERCENT
71-
BACKQUOTE
7271
LBRACE
7372
RBRACE
7473
EQEQUAL
@@ -94,6 +93,8 @@ The token constants are:
9493
DOUBLESLASH
9594
DOUBLESLASHEQUAL
9695
AT
96+
RARROW
97+
ELLIPSIS
9798
OP
9899
ERRORTOKEN
99100
N_TOKENS

0 commit comments

Comments
 (0)