From: Benjamin Peterson Date: Fri, 18 Jul 2014 23:25:13 +0000 (-0700) Subject: add missing 'because' (closes #22008) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee5729dbf978c9d1ee78974b84be9cd02a2bc117;p=python add missing 'because' (closes #22008) Patch from A Kaptur. --- diff --git a/Python/symtable.c b/Python/symtable.c index 99f4191e5e..8d4b0d37b5 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: