Commit cc3b8d68 authored by Benjamin Peterson's avatar Benjamin Peterson

bytes -> bytearray

parent a6bb9849
......@@ -212,7 +212,7 @@ Py_InitializeEx(int install_sigs)
Py_FatalError("Py_Initialize: can't init longs");
if (!PyByteArray_Init())
Py_FatalError("Py_Initialize: can't init bytes");
Py_FatalError("Py_Initialize: can't init bytearray");
_PyFloat_Init();
......
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