From 202b6fbc13a465f35f2b0adf72d57dd752b0cf75 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 17 Apr 2004 11:59:55 +0000 Subject: [PATCH] SF bug #936827: PyNumber_And() 's description Fix typo. --- Doc/api/abstract.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index f19928f9fc24..941d14a470bf 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -517,7 +517,7 @@ determination. \begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2} - 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 \NULL{} on failure. This is the equivalent of the Python expression \samp{\var{o1} \&\ \var{o2}}. \end{cfuncdesc} -- 2.47.3