mirror of https://github.com/python/cpython
Fix missing space between words. Bugfix candidate.
This commit is contained in:
parent
2a47c0fa23
commit
150d09d360
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue