Commit c9ccacea authored by Albert-Jan Nijburg's avatar Albert-Jan Nijburg Committed by Mariatta

bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)

parent b63530a9
......@@ -108,7 +108,7 @@ const char *_PyParser_TokenNames[] = {
"<ERRORTOKEN>",
"COMMENT",
"NL",
"ENCODING"
"ENCODING",
"<N_TOKENS>"
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment