mirror of https://github.com/python/cpython
Fix minor typo in a comment.
This commit is contained in:
parent
2c050af28b
commit
5a9aa4f31c
|
@ -1801,7 +1801,7 @@ load_module(char *name, FILE *fp, char *buf, int type, PyObject *loader)
|
|||
|
||||
|
||||
/* 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. */
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue