From: Benjamin Peterson Date: Tue, 23 Jun 2009 01:18:57 +0000 (+0000) Subject: fix grammar X-Git-Tag: v2.7a1~917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a4ceb2f4b5d2423681a2e015d72130a338c902b;p=python fix grammar --- diff --git a/Python/symtable.c b/Python/symtable.c index 423679ef80..23f0184304 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -492,7 +492,7 @@ check_unoptimized(const PySTEntryObject* ste) { case OPT_IMPORT_STAR: PyOS_snprintf(buf, sizeof(buf), "import * is not allowed in function '%.100s' " - "because it is %s", + "because it %s", PyString_AS_STRING(ste->ste_name), trailer); break; case OPT_BARE_EXEC: