Skip to content

Commit f77056e

Browse files
committed
fix typo
1 parent 7977866 commit f77056e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_ceval.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ _Py_Check_ArgsIterable(PyThreadState *tstate, PyObject *func, PyObject *args);
312312

313313
/*
314314
* Indicate whether a special method of given 'oparg' can use the (improved)
315-
* alternative errror message instead. Only methods loaded by LOAD_SPECIAL
316-
* support alternative errror messages.
315+
* alternative error message instead. Only methods loaded by LOAD_SPECIAL
316+
* support alternative error messages.
317317
*/
318318
extern int
319319
_PyEval_SpecialMethodCanSuggest(PyObject *self, int oparg);

0 commit comments

Comments
 (0)