Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3f3f2 commit 469d5bbCopy full SHA for 469d5bb
1 file changed
Modules/config.c.in
@@ -27,10 +27,10 @@ struct _inittab _PyImport_Inittab[] = {
27
28
/* -- ADDMODULE MARKER 2 -- */
29
30
- /* This module "lives in" with marshal.c */
+ /* This module lives in marshal.c */
31
{"marshal", PyMarshal_Init},
32
33
- /* This lives it with import.c */
+ /* This lives in import.c */
34
{"imp", initimp},
35
36
/* These entries are here for sys.builtin_module_names */
0 commit comments