mirror of https://github.com/python/cpython
Fix typo in changeset eb5c5c23ca9b.
This commit is contained in:
parent
c04ddee839
commit
8f46d655b9
|
@ -181,7 +181,7 @@ _PyImportHooks_Init(void)
|
|||
error:
|
||||
PyErr_Print();
|
||||
Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
|
||||
"or path_importer_cache");
|
||||
"or path_importer_cache failed");
|
||||
}
|
||||
Py_DECREF(path_hooks);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue