aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 795d3689664..302255d76ed 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -2651,7 +2651,7 @@ PyImport_ExtendInittab(struct _inittab *newtab)
int res = 0;
if (_PyRuntime.imports.inittab != NULL) {
- Py_FatalError("PyImport_ExtendInittab() may be be called after Py_Initialize()");
+ Py_FatalError("PyImport_ExtendInittab() may not be called after Py_Initialize()");
}
/* Count the number of entries in both tables */