mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
Singular form just like the other error message.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user