]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #936827: PyNumber_And() 's description
authorRaymond Hettinger <python@rcn.com>
Sat, 17 Apr 2004 11:59:55 +0000 (11:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 17 Apr 2004 11:59:55 +0000 (11:59 +0000)
Fix typo.

Doc/api/abstract.tex

index f19928f9fc247e07f213cdc80d098497277e646c..941d14a470bf3821f8d1c7e1b2fac12ff6498e5c 100644 (file)
@@ -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}