mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -1102,7 +1102,7 @@ get_code_from_data(ZipImporter *self, int ispackage, int isbytecode,
|
|||
return code;
|
||||
}
|
||||
|
||||
/* Get the code object assoiciated with the module specified by
|
||||
/* Get the code object associated with the module specified by
|
||||
'fullname'. */
|
||||
static PyObject *
|
||||
get_module_code(ZipImporter *self, char *fullname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue