Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81ba1 commit b021ba5Copy full SHA for b021ba5
1 file changed
Python/ceval.c
@@ -3207,7 +3207,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
3207
}
3208
3209
case TARGET(LOAD_METHOD): {
3210
- /* Designed to work in tamdem with CALL_METHOD. */
+ /* Designed to work in tandem with CALL_METHOD. */
3211
PyObject *name = GETITEM(names, oparg);
3212
PyObject *obj = TOP();
3213
PyObject *meth = NULL;
0 commit comments