Clarify two comments

This commit is contained in:
Andrew M. Kuchling 2000-11-30 01:57:18 +00:00
parent 6b3f3f2861
commit 469d5bb0b4
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ struct _inittab _PyImport_Inittab[] = {
/* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */
/* This module lives in marshal.c */
{"marshal", PyMarshal_Init},
/* This lives it with import.c */
/* This lives in import.c */
{"imp", initimp},
/* These entries are here for sys.builtin_module_names */