summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-08-03 09:00:59 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2017-08-03 09:00:59 +0300
commit49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch)
tree049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Python/ceval.c
parentd9d55c91bec4776b41685b48fe660621e89f0617 (diff)
downloadcpython-git-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz
Spelling fixes (#2902)
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index dd90e18a85..be5cda58cd 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -3313,7 +3313,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
^- (-oparg-1)
^- (-oparg-2)
- `callable` will be POPed by call_funtion.
+ `callable` will be POPed by call_function.
NULL will will be POPed manually later.
*/
res = call_function(&sp, oparg, NULL);