limited-api
1 parent ed1e0af commit d955a22Copy full SHA for d955a22
1 file changed
tests/packages/limited-api/module.c
@@ -20,7 +20,7 @@ static PyMethodDef methods[] = {
20
21
static struct PyModuleDef module = {
22
PyModuleDef_HEAD_INIT,
23
- "plat",
+ "module",
24
NULL,
25
-1,
26
methods,
0 commit comments