Kaydet (Commit) 20e72130 authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix typo in exception message

üst 0c2c17c4
......@@ -5132,7 +5132,7 @@ unicode_buffer_getwritebuf(PyUnicodeObject *self, int index,
const void **ptr)
{
PyErr_SetString(PyExc_TypeError,
"cannot use unicode as modifyable buffer");
"cannot use unicode as modifiable buffer");
return -1;
}
......
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