diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index c75f55f..e7a0512 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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(); |