mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo in changeset eb5c5c23ca9b.
This commit is contained in:
parent
c04ddee839
commit
8f46d655b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue