diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:59:46 +0200 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:59:46 +0200 |
commit | b9eef2c0632615c2fb749466f4b070d5be899fd9 (patch) | |
tree | df769e93585a0cdd34fa587233bb3444602fe3db /Modules/zipimport.c | |
parent | 0f725e3b0cadc7145d77b03061556e162b65f689 (diff) | |
parent | 25f2d241044d3b0aed66b635f191511f11d34f53 (diff) | |
download | cpython-b9eef2c0632615c2fb749466f4b070d5be899fd9.tar.gz |
#11515: Merge with 3.1.
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 e38587f7d9..6969fe3c34 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -1172,7 +1172,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, |