mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
78f6c867ae
commit
2eeec9bde5
|
@ -1515,5 +1515,5 @@ initstruct(void)
|
|||
return;
|
||||
}
|
||||
Py_INCREF(StructError);
|
||||
PyModule_AddObject(d, "error", StructError);
|
||||
PyModule_AddObject(m, "error", StructError);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue