Commit 4cd5a08d authored by Raymond Hettinger's avatar Raymond Hettinger

Fix small factual error.

parent 71745802
...@@ -342,7 +342,7 @@ determination. ...@@ -342,7 +342,7 @@ determination.
\begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o} \begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o}
\cfuncline{int}{PyObject_Size}{PyObject *o} \cfuncline{int}{PyObject_Size}{PyObject *o}
Return the length of object \var{o}. If the object \var{o} provides 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 returned. On error, \code{-1} is returned. This is the equivalent
to the Python expression \samp{len(\var{o})}.\bifuncindex{len} to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
\end{cfuncdesc} \end{cfuncdesc}
......
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