summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/ceval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index ce4b67a..a1c8190 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -775,7 +775,8 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
PUSH(x);
continue;
default:
- Py_FatalError("invalid argument to DUP_TOPX (bytecode corruption?)");
+ Py_FatalError("invalid argument to DUP_TOPX"
+ " (bytecode corruption?)");
}
break;