Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfd2d3 commit cb24118Copy full SHA for cb24118
1 file changed
Python/import.c
@@ -2651,7 +2651,7 @@ PyImport_ExtendInittab(struct _inittab *newtab)
2651
int res = 0;
2652
2653
if (_PyRuntime.imports.inittab != NULL) {
2654
- Py_FatalError("PyImport_ExtendInittab() may be be called after Py_Initialize()");
+ Py_FatalError("PyImport_ExtendInittab() may not be called after Py_Initialize()");
2655
}
2656
2657
/* Count the number of entries in both tables */
0 commit comments