mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Typos.
This commit is contained in:
parent
faaa204129
commit
7478096148
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue