Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f46d65

Browse files
committed
Fix typo in changeset eb5c5c23ca9b.
1 parent c04ddee commit 8f46d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ _PyImportHooks_Init(void)
181181
error:
182182
PyErr_Print();
183183
Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
184-
"or path_importer_cache");
184+
"or path_importer_cache failed");
185185
}
186186
Py_DECREF(path_hooks);
187187
}

0 commit comments

Comments
 (0)