diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index abe3a19..50b28ef 100644 --- a/Python/import.c +++ b/Python/import.c @@ -553,7 +553,7 @@ _PyImport_FindExtension(char *name, char *filename) /* Get the module object corresponding to a module name. First check the modules dictionary if there's one there, - if not, create a new one and insert in in the modules dictionary. + if not, create a new one and insert it in the modules dictionary. Because the former action is most common, THIS DOES NOT RETURN A 'NEW' REFERENCE! */ |