mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Clarify two comments
This commit is contained in:
parent
6b3f3f2861
commit
469d5bb0b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue