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 11b6a64 commit 2c52e2fCopy full SHA for 2c52e2f
1 file changed
Doc/includes/shoddy.c
@@ -95,4 +95,5 @@ PyInit_shoddy(void)
95
96
Py_INCREF(&ShoddyType);
97
PyModule_AddObject(m, "Shoddy", (PyObject *) &ShoddyType);
98
+ return m;
99
}
0 commit comments