Skip to content

Commit b6da5a3

Browse files
Fix comment for verify_identifier
1 parent 4b72805 commit b6da5a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Parser/lexer/lexer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ verify_end_of_number(struct tok_state *tok, int c, const char *kind) {
308308
return 1;
309309
}
310310

311-
/* Verify that the identifier follows PEP 3131.
312-
*/
311+
/* Verify that the identifier follows PEP 3131. */
313312
static int
314313
verify_identifier(struct tok_state *tok)
315314
{

0 commit comments

Comments
 (0)