Kaydet (Commit) 2c7ca9bb authored tarafından Skip Montanaro's avatar Skip Montanaro

Correct grammar.

üst c4691ec0
...@@ -1946,7 +1946,7 @@ PySequence_GetItem(PyObject *s, Py_ssize_t i) ...@@ -1946,7 +1946,7 @@ PySequence_GetItem(PyObject *s, Py_ssize_t i)
return m->sq_item(s, 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 * PyObject *
......
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