mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
Typos.
This commit is contained in:
+1
-1
@@ -2536,7 +2536,7 @@ PyImport_Import(PyObject *module_name)
|
||||
if (import == NULL)
|
||||
goto err;
|
||||
|
||||
/* Call the _import__ function with the proper argument list */
|
||||
/* Call the __import__ function with the proper argument list */
|
||||
r = PyObject_CallFunctionObjArgs(import, module_name, globals,
|
||||
globals, silly_list, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user