Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec00e2f commit 3c2ac44Copy full SHA for 3c2ac44
1 file changed
Python/import.c
@@ -1952,7 +1952,7 @@ get_frozen_object(char *name)
1952
}
1953
1954
/* Initialize a frozen module.
1955
- 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
1956
an exception set if the initialization failed.
1957
This function is also used from frozenmain.c */
1958
0 commit comments