diff -r 4c98086194d5 Python/symtable.c --- a/Python/symtable.c Fri Jul 18 09:11:48 2014 -0500 +++ b/Python/symtable.c Fri Jul 18 15:41:37 2014 -0700 @@ -504,7 +504,7 @@ 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: