]> granicus.if.org Git - python/commitdiff
Very minor grammatical fix in a comment.
authorBrett Cannon <bcannon@gmail.com>
Thu, 28 Sep 2006 22:10:14 +0000 (22:10 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 28 Sep 2006 22:10:14 +0000 (22:10 +0000)
Python/import.c

index 390f9e3292f762fd98612e23fcdbd7cc7ee04ab1..a04654e343eeaab2332b3966bd1d2c07a5fbe818 100644 (file)
@@ -1029,7 +1029,7 @@ is_builtin(char *name)
 
 /* Return an importer object for a sys.path/pkg.__path__ item 'p',
    possibly by fetching it from the path_importer_cache dict. If it
-   wasn't yet cached, traverse path_hooks until it a hook is found
+   wasn't yet cached, traverse path_hooks until a hook is found
    that can handle the path item. Return None if no hook could;
    this tells our caller it should fall back to the builtin
    import mechanism. Cache the result in path_importer_cache.