]> granicus.if.org Git - python/commitdiff
SF bug #936827: PyNumber_And() 's description
authorRaymond Hettinger <python@rcn.com>
Sat, 17 Apr 2004 11:57:40 +0000 (11:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 17 Apr 2004 11:57:40 +0000 (11:57 +0000)
Fix typo.

Doc/api/abstract.tex

index b38bc91064c2edc4b902ef8a7781fff744ed3fc9..152f1a41440e0bfeded163206a34b0861492cabc 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}