Kaydet (Commit) 5a9aa4f3 authored tarafından Brett Cannon's avatar Brett Cannon

Fix minor typo in a comment.

üst 2c050af2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment