From: Raymond Hettinger Date: Sun, 4 Jan 2004 03:11:45 +0000 (+0000) Subject: Fix small factual error. X-Git-Tag: v2.4a1~976 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cd5a08d8b120fa809cb4a5704cb34aa244263b5;p=thirdparty%2FPython%2Fcpython.git Fix small factual error. --- diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 1acbef9e7c62..f19928f9fc24 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -342,7 +342,7 @@ determination. \begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o} \cfuncline{int}{PyObject_Size}{PyObject *o} Return the length of object \var{o}. If the object \var{o} provides - both sequence and mapping protocols, the sequence length is + either the sequence and mapping protocols, the sequence length is returned. On error, \code{-1} is returned. This is the equivalent to the Python expression \samp{len(\var{o})}.\bifuncindex{len} \end{cfuncdesc}