[Python-checkins] r52032 - python/trunk/Python/import.c

brett.cannon python-checkins at python.org
Fri Sep 29 00:10:14 CEST 2006


Author: brett.cannon
Date: Fri Sep 29 00:10:14 2006
New Revision: 52032

Modified:
   python/trunk/Python/import.c
Log:
Very minor grammatical fix in a comment.


Modified: python/trunk/Python/import.c
==============================================================================
--- python/trunk/Python/import.c	(original)
+++ python/trunk/Python/import.c	Fri Sep 29 00:10:14 2006
@@ -1029,7 +1029,7 @@
 
 /* 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.


More information about the Python-checkins mailing list