Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 469d5bb

Browse files
committed
Clarify two comments
1 parent 6b3f3f2 commit 469d5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/config.c.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ struct _inittab _PyImport_Inittab[] = {
2727

2828
/* -- ADDMODULE MARKER 2 -- */
2929

30-
/* This module "lives in" with marshal.c */
30+
/* This module lives in marshal.c */
3131
{"marshal", PyMarshal_Init},
3232

33-
/* This lives it with import.c */
33+
/* This lives in import.c */
3434
{"imp", initimp},
3535

3636
/* These entries are here for sys.builtin_module_names */

0 commit comments

Comments
 (0)