mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
ec00e2ff45
commit
3c2ac448ec
1 changed files with 1 additions and 1 deletions
|
@ -1952,7 +1952,7 @@ get_frozen_object(char *name)
|
|||
}
|
||||
|
||||
/* Initialize a frozen 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.
|
||||
This function is also used from frozenmain.c */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue