commit | 74780961483ef3ec92b8a8ea4c1cf46125e75a4d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 10 07:38:14 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 10 07:38:14 2007 +0000 |
tree | 5263789ee92594a2920598472942c1be77ebac49 | |
parent | faaa2041294c283974a28b4ebf81b58f020f3e06 [diff] [blame] |
Typos.
diff --git a/Python/import.c b/Python/import.c index 45c5507..db39cc4 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -2536,7 +2536,7 @@ if (import == NULL) goto err; - /* Call the _import__ function with the proper argument list */ + /* Call the __import__ function with the proper argument list */ r = PyObject_CallFunctionObjArgs(import, module_name, globals, globals, silly_list, NULL);