mirror of
https://github.com/python/cpython.git
synced 2026-05-03 09:01:07 +00:00
Correct grammar.
This commit is contained in:
parent
c4691ec0bf
commit
2c7ca9bb11
1 changed files with 1 additions and 1 deletions
|
|
@ -1946,7 +1946,7 @@ PySequence_GetItem(PyObject *s, Py_ssize_t i)
|
|||
return m->sq_item(s, i);
|
||||
}
|
||||
|
||||
return type_error("'%.200s' object is unindexable", s);
|
||||
return type_error("'%.200s' object does not support indexing", s);
|
||||
}
|
||||
|
||||
PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue