Skip to content

Commit c9ccace

Browse files
albertjanMariatta
authored andcommitted
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
1 parent b63530a commit c9ccace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/tokenizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const char *_PyParser_TokenNames[] = {
108108
"<ERRORTOKEN>",
109109
"COMMENT",
110110
"NL",
111-
"ENCODING"
111+
"ENCODING",
112112
"<N_TOKENS>"
113113
};
114114

0 commit comments

Comments
 (0)