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

This commit is contained in:
Guido van Rossum 1998-10-01 15:59:48 +00:00
parent 4cbe3876ec
commit 07d780089d
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ string_buffer_getwritebuf(self, index, ptr)
const void **ptr;
{
PyErr_SetString(PyExc_TypeError,
"Cannot use string as modifyable buffer");
"Cannot use string as modifiable buffer");
return -1;
}