fix grammar

This commit is contained in:
Benjamin Peterson 2009-06-23 01:18:57 +00:00
parent 4ee6d25b18
commit 1a4ceb2f4b
1 changed files with 1 additions and 1 deletions

View File

@ -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: