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 b4fb862 commit e5fced7Copy full SHA for e5fced7
1 file changed
Doc/api/abstract.tex
@@ -517,7 +517,7 @@ \section{Number Protocol \label{number}}
517
518
519
\begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
520
- Returns the ``bitwise and'' of \var{o2} and \var{o2} on success and
+ Returns the ``bitwise and'' of \var{o1} and \var{o2} on success and
521
\NULL{} on failure. This is the equivalent of the Python expression
522
\samp{\var{o1} \&\ \var{o2}}.
523
\end{cfuncdesc}
0 commit comments