]> granicus.if.org Git - python/commitdiff
Typo: PySequence_Lenth -> PySequence_Length.
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:43:10 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:43:10 +0000 (18:43 +0000)
Include/abstract.h

index fcb5fe6ea54a2fdda7d89bd1599d1ba9a0c69058..53b419320ee406b9246b336dcb338366dfd8fedf 100644 (file)
@@ -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.