From: Neal Norwitz Date: Tue, 29 Jan 2002 00:56:37 +0000 (+0000) Subject: Fix missing space between words. Bugfix candidate. X-Git-Tag: v2.3c1~6770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=150d09d3601821d85be03455ac8f8a4af566d08a;p=python Fix missing space between words. Bugfix candidate. --- diff --git a/Python/compile.c b/Python/compile.c index 4c68a15df6..dbae00d314 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c, "unqualified exec is not allowed in function '%.100s' it %s" #define ILLEGAL_EXEC_AND_IMPORT_STAR \ -"function '%.100s' uses import * and bare exec, which are illegal" \ +"function '%.100s' uses import * and bare exec, which are illegal " \ "because it %s" /* XXX perhaps the linenos for these opt-breaking statements