Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
picnixz committed Apr 18, 2025
commit f77056e8b832a5aad050afd17f4ebcd64ac25fe1
4 changes: 2 additions & 2 deletions Include/internal/pycore_ceval.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ _Py_Check_ArgsIterable(PyThreadState *tstate, PyObject *func, PyObject *args);

/*
* Indicate whether a special method of given 'oparg' can use the (improved)
* alternative errror message instead. Only methods loaded by LOAD_SPECIAL
* support alternative errror messages.
* alternative error message instead. Only methods loaded by LOAD_SPECIAL
* support alternative error messages.
Comment thread
picnixz marked this conversation as resolved.
*/
extern int
Comment thread
picnixz marked this conversation as resolved.
Outdated
_PyEval_SpecialMethodCanSuggest(PyObject *self, int oparg);
Expand Down
Loading