mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Typo: PySequence_Lenth -> PySequence_Length.
This commit is contained in:
parent
afb5e93e77
commit
578cedde35
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
Return the length of sequence object o, or -1 on failure.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue