Commit 07d78008 authored by Guido van Rossum's avatar Guido van Rossum

Typo reported by Greg Stein: "modifiable" is the correct spelling.

parent 4cbe3876
...@@ -479,7 +479,7 @@ string_buffer_getwritebuf(self, index, ptr) ...@@ -479,7 +479,7 @@ string_buffer_getwritebuf(self, index, ptr)
const void **ptr; const void **ptr;
{ {
PyErr_SetString(PyExc_TypeError, PyErr_SetString(PyExc_TypeError,
"Cannot use string as modifyable buffer"); "Cannot use string as modifiable buffer");
return -1; 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