mirror of
https://github.com/python/cpython.git
synced 2025-11-22 19:46:48 +00:00
Fix minor typo in a comment.
This commit is contained in:
parent
2c050af28b
commit
5a9aa4f31c
1 changed files with 1 additions and 1 deletions
|
|
@ -1801,7 +1801,7 @@ load_module(char *name, FILE *fp, char *buf, int type, PyObject *loader)
|
||||||
|
|
||||||
|
|
||||||
/* Initialize a built-in module.
|
/* Initialize a built-in module.
|
||||||
Return 1 for succes, 0 if the module is not found, and -1 with
|
Return 1 for success, 0 if the module is not found, and -1 with
|
||||||
an exception set if the initialization failed. */
|
an exception set if the initialization failed. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue