From f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 20 Oct 2003 14:01:56 +0000 Subject: Fix a bunch of typos in documentation, docstrings and comments. (From SF patch #810751) --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/import.c') diff --git a/Python/import.c b/Python/import.c index abe3a1907d..50b28efc34 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! */ -- cgit v1.2.1