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

Skip to content

Commit e5fced7

Browse files
committed
SF bug #936827: PyNumber_And() 's description
Fix typo.
1 parent b4fb862 commit e5fced7

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
@@ -517,7 +517,7 @@ \section{Number Protocol \label{number}}
517517

518518

519519
\begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
520-
Returns the ``bitwise and'' of \var{o2} and \var{o2} on success and
520+
Returns the ``bitwise and'' of \var{o1} and \var{o2} on success and
521521
\NULL{} on failure. This is the equivalent of the Python expression
522522
\samp{\var{o1} \&\ \var{o2}}.
523523
\end{cfuncdesc}

0 commit comments

Comments
 (0)