From: cui Date: Thu, 29 Jan 2026 13:26:38 +0000 (+0800) Subject: gh-144322: typo This errors to These errors (#144323) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa1fc69f3ff0deb778e3c9f37cdc0c702bc8ad2;p=thirdparty%2FPython%2Fcpython.git gh-144322: typo This errors to These errors (#144323) --- diff --git a/Parser/tokenizer/helpers.c b/Parser/tokenizer/helpers.c index a03531a74413..fda8216a3005 100644 --- a/Parser/tokenizer/helpers.c +++ b/Parser/tokenizer/helpers.c @@ -65,7 +65,7 @@ error: int _PyTokenizer_syntaxerror(struct tok_state *tok, const char *format, ...) { - // This errors are cleaned on startup. Todo: Fix it. + // These errors are cleaned on startup. Todo: Fix it. va_list vargs; va_start(vargs, format); int ret = _syntaxerror_range(tok, format, -1, -1, vargs);