Fix typo in changeset eb5c5c23ca9b.

This commit is contained in:
Nadeem Vawda 2012-05-05 12:27:30 +02:00
parent c04ddee839
commit 8f46d655b9

View file

@ -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);
} }