mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
This commit is contained in:
parent
b63530a94b
commit
c9ccacea3f
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ const char *_PyParser_TokenNames[] = {
|
|||
"<ERRORTOKEN>",
|
||||
"COMMENT",
|
||||
"NL",
|
||||
"ENCODING"
|
||||
"ENCODING",
|
||||
"<N_TOKENS>"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue