Browse Source

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

pull/13001/head
Andrey 7 years ago
committed by Raymond Hettinger
parent
commit
b021ba5028
  1. 2
      Python/ceval.c

2
Python/ceval.c

@ -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;

Loading…
Cancel
Save