mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Very minor grammatical fix in a comment.
This commit is contained in:
parent
656aee7c44
commit
94b69f6ba3
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ is_builtin(char *name)
|
||||||
|
|
||||||
/* Return an importer object for a sys.path/pkg.__path__ item 'p',
|
/* Return an importer object for a sys.path/pkg.__path__ item 'p',
|
||||||
possibly by fetching it from the path_importer_cache dict. If it
|
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;
|
that can handle the path item. Return None if no hook could;
|
||||||
this tells our caller it should fall back to the builtin
|
this tells our caller it should fall back to the builtin
|
||||||
import mechanism. Cache the result in path_importer_cache.
|
import mechanism. Cache the result in path_importer_cache.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue