Commit 469d5bb0 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Clarify two comments

parent 6b3f3f28
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment