mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
gh-144322: typo This errors to These errors (#144323)
This commit is contained in:
parent
a7cec565c1
commit
0fa1fc69f3
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ _syntaxerror_range(struct tok_state *tok, const char *format,
|
|||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue