]> granicus.if.org Git - python/commitdiff
fix grammar
authorBenjamin Peterson <benjamin@python.org>
Tue, 23 Jun 2009 01:18:57 +0000 (01:18 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 23 Jun 2009 01:18:57 +0000 (01:18 +0000)
Python/symtable.c

index 423679ef8031db119daadc6687c7cf41e71ef308..23f0184304385a2ded7add49d899d8613ace5d70 100644 (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: