mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo in 'tandem' word (GH-12998) (GH-12998)
This commit is contained in:
parent
db81ba1393
commit
b021ba5028
1 changed files with 1 additions and 1 deletions
|
@ -3207,7 +3207,7 @@ main_loop:
|
||||||
}
|
}
|
||||||
|
|
||||||
case TARGET(LOAD_METHOD): {
|
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 *name = GETITEM(names, oparg);
|
||||||
PyObject *obj = TOP();
|
PyObject *obj = TOP();
|
||||||
PyObject *meth = NULL;
|
PyObject *meth = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue