We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6543720 commit 44db9eeCopy full SHA for 44db9ee
Parser/tokenizer/helpers.c
@@ -65,7 +65,7 @@ _syntaxerror_range(struct tok_state *tok, const char *format,
65
int
66
_PyTokenizer_syntaxerror(struct tok_state *tok, const char *format, ...)
67
{
68
- // This errors are cleaned on startup. Todo: Fix it.
+ // These errors are cleaned on startup. Todo: Fix it.
69
va_list vargs;
70
va_start(vargs, format);
71
int ret = _syntaxerror_range(tok, format, -1, -1, vargs);
0 commit comments