Fix type name (str has been renamed to str8).

This commit is contained in:
Walter Dörwald 2007-05-03 20:49:27 +00:00
parent 8d30cc0144
commit 5d7a7001d9
1 changed files with 1 additions and 1 deletions

View File

@ -3944,7 +3944,7 @@ static PyObject *str_iter(PyObject *seq);
PyTypeObject PyString_Type = {
PyObject_HEAD_INIT(&PyType_Type)
0,
"str",
"str8",
sizeof(PyStringObject),
sizeof(char),
string_dealloc, /* tp_dealloc */