]> granicus.if.org Git - python/commitdiff
Fix misleading comment reported in issue #1917.
authorGuido van Rossum <guido@python.org>
Wed, 23 Jan 2008 22:43:27 +0000 (22:43 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Jan 2008 22:43:27 +0000 (22:43 +0000)
Modules/config.c.in

index 8c25eea2e94a17bf0b3415942e2728c365fd4589..1ef1e66d9857d90e33701ac1f964839f67976f52 100644 (file)
@@ -43,7 +43,7 @@ struct _inittab _PyImport_Inittab[] = {
        /* This lives in Python/Python-ast.c */
        {"_ast", init_ast},
 
-       /* This lives in Python/_types.c */
+       /* This lives in Modules/_typesmodule.c */
        {"_types", init_types},
 
        /* These entries are here for sys.builtin_module_names */