diff options
Diffstat (limited to 'Modules/zipimport.c')
| -rw-r--r-- | Modules/zipimport.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 8d04f17..d3ca28d 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -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,  | 
