Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cd5a08

Browse files
committed
Fix small factual error.
1 parent 7174580 commit 4cd5a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ \section{Object Protocol \label{object}}
342342
\begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o}
343343
\cfuncline{int}{PyObject_Size}{PyObject *o}
344344
Return the length of object \var{o}. If the object \var{o} provides
345-
both sequence and mapping protocols, the sequence length is
345+
either the sequence and mapping protocols, the sequence length is
346346
returned. On error, \code{-1} is returned. This is the equivalent
347347
to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
348348
\end{cfuncdesc}

0 commit comments

Comments
 (0)