]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in changeset eb5c5c23ca9b.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 5 May 2012 10:27:30 +0000 (12:27 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 5 May 2012 10:27:30 +0000 (12:27 +0200)
Python/import.c

index 920d304dbc58aca8b9c94c901e7fc708e84f3e0a..ccba1066d24783309af8e8e0adfe5d28803f50bb 100644 (file)
@@ -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);
 }