Commit 75f3a400 authored by Stefan Behnel's avatar Stefan Behnel

Fix typo.

parent 0da972de
......@@ -755,7 +755,7 @@ static PyObject* ${pymodule_create_func_cname}(PyObject *spec, CYTHON_UNUSED PyM
// For now, we only have exactly one module instance.
if (${module_cname})
return __Pyx_NewRef({module_cname});
return __Pyx_NewRef(${module_cname});
modname = PyObject_GetAttrString(spec, "name");
if (unlikely(!modname)) goto bad;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment