From 150d09d3601821d85be03455ac8f8a4af566d08a Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 29 Jan 2002 00:56:37 +0000 Subject: [PATCH] Fix missing space between words. Bugfix candidate. --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index 4c68a15df68..dbae00d3140 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