Skip to content

Commit 44db9ee

Browse files
committed
feat: typo
1 parent 6543720 commit 44db9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/tokenizer/helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ _syntaxerror_range(struct tok_state *tok, const char *format,
6565
int
6666
_PyTokenizer_syntaxerror(struct tok_state *tok, const char *format, ...)
6767
{
68-
// This errors are cleaned on startup. Todo: Fix it.
68+
// These errors are cleaned on startup. Todo: Fix it.
6969
va_list vargs;
7070
va_start(vargs, format);
7171
int ret = _syntaxerror_range(tok, format, -1, -1, vargs);

0 commit comments

Comments
 (0)