Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7174580 commit 4cd5a08Copy full SHA for 4cd5a08
1 file changed
Doc/api/abstract.tex
@@ -342,7 +342,7 @@ \section{Object Protocol \label{object}}
342
\begin{cfuncdesc}{int}{PyObject_Length}{PyObject *o}
343
\cfuncline{int}{PyObject_Size}{PyObject *o}
344
Return the length of object \var{o}. If the object \var{o} provides
345
- both sequence and mapping protocols, the sequence length is
+ either the sequence and mapping protocols, the sequence length is
346
returned. On error, \code{-1} is returned. This is the equivalent
347
to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
348
\end{cfuncdesc}
0 commit comments