]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144322: typo This errors to These errors (#144323)
authorcui <cuiweixie@gmail.com>
Thu, 29 Jan 2026 13:26:38 +0000 (21:26 +0800)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 13:26:38 +0000 (13:26 +0000)
Parser/tokenizer/helpers.c

index a03531a744136da1b0f60edd4547ebc5ebccb0fc..fda8216a3005b9c7585a840158e6681aa99872a1 100644 (file)
@@ -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);