mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo.
This commit is contained in:
parent
78f6c867ae
commit
2eeec9bde5
1 changed files with 1 additions and 1 deletions
|
@ -1515,5 +1515,5 @@ initstruct(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Py_INCREF(StructError);
|
Py_INCREF(StructError);
|
||||||
PyModule_AddObject(d, "error", StructError);
|
PyModule_AddObject(m, "error", StructError);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue