summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 342dc10..4e165c3 100644
--- a/Python/ceval.c
+++ b/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;