Commit b021ba50 authored by Andrey's avatar Andrey Committed by Raymond Hettinger

Fix typo in 'tandem' word (GH-12998) (GH-12998)

parent db81ba13
......@@ -3207,7 +3207,7 @@ main_loop:
}
case TARGET(LOAD_METHOD): {
/* Designed to work in tamdem with CALL_METHOD. */
/* Designed to work in tandem with CALL_METHOD. */
PyObject *name = GETITEM(names, oparg);
PyObject *obj = TOP();
PyObject *meth = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment