Skip to content

Commit 0fa1fc6

Browse files
authored
gh-144322: typo This errors to These errors (#144323)
1 parent a7cec56 commit 0fa1fc6

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)