mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Typo reported by Greg Stein: "modifiable" is the correct spelling.
This commit is contained in:
parent
4cbe3876ec
commit
07d780089d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue