Kaydet (Commit) 578cedde authored tarafından Guido van Rossum's avatar Guido van Rossum

Typo: PySequence_Lenth -> PySequence_Length.

üst afb5e93e
......@@ -621,7 +621,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
*/
int PySequence_Lenth Py_PROTO((PyObject *o));
int PySequence_Length Py_PROTO((PyObject *o));
/*
Return the length of sequence object o, or -1 on failure.
......
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