summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/symtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c
index 99f4191..8d4b0d3 100644
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -504,7 +504,7 @@ check_unoptimized(const PySTEntryObject* ste) {
case OPT_BARE_EXEC:
PyOS_snprintf(buf, sizeof(buf),
"unqualified exec is not allowed in function "
- "'%.100s' it %s",
+ "'%.100s' because it %s",
PyString_AS_STRING(ste->ste_name), trailer);
break;
default: