aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-04-17 11:59:55 +0000
committerRaymond Hettinger <python@rcn.com>2004-04-17 11:59:55 +0000
commit202b6fbc13a465f35f2b0adf72d57dd752b0cf75 (patch)
tree4f5e9b79c6438ea0a9d72949f27ff007f36cdb91 /Doc
parentWhitespace cleanup. (diff)
downloadcpython-202b6fbc13a465f35f2b0adf72d57dd752b0cf75.tar.gz
cpython-202b6fbc13a465f35f2b0adf72d57dd752b0cf75.tar.bz2
cpython-202b6fbc13a465f35f2b0adf72d57dd752b0cf75.zip
SF bug #936827: PyNumber_And() 's description
Fix typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/abstract.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex
index f19928f9fc2..941d14a470b 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}