Commit 54882bfc authored by Christian Heimes's avatar Christian Heimes

Singular form just like the other error message.

parents bfafab18 80878793
......@@ -5954,7 +5954,7 @@ Unpickler_set_memo(UnpicklerObject *self, PyObject *obj)
goto error;
if (idx < 0) {
PyErr_SetString(PyExc_ValueError,
"memos key must be positive integers.");
"memo key must be positive integers.");
goto error;
}
if (_Unpickler_MemoPut(self, idx, value) < 0)
......
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