Commit 8f46d655 authored by Nadeem Vawda's avatar Nadeem Vawda

Fix typo in changeset eb5c5c23ca9b.

parent c04ddee8
...@@ -181,7 +181,7 @@ _PyImportHooks_Init(void) ...@@ -181,7 +181,7 @@ _PyImportHooks_Init(void)
error: error:
PyErr_Print(); PyErr_Print();
Py_FatalError("initializing sys.meta_path, sys.path_hooks, " Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
"or path_importer_cache"); "or path_importer_cache failed");
} }
Py_DECREF(path_hooks); Py_DECREF(path_hooks);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment