diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 03:05:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 03:05:53 (GMT) |
commit | 755c23dcc4a11f2d99e75960876e33ddb00b87d3 (patch) | |
tree | bd1fcea07cc83cc029159d683edfa6950bd9409b /Doc | |
parent | 377fb1e1f674b90e9e0b171455ef081713e36298 (diff) | |
download | cpython-755c23dcc4a11f2d99e75960876e33ddb00b87d3.zip cpython-755c23dcc4a11f2d99e75960876e33ddb00b87d3.tar.gz cpython-755c23dcc4a11f2d99e75960876e33ddb00b87d3.tar.bz2 |
Oops, one more caret.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/api.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 52881f8..50e52e2 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -1770,7 +1770,7 @@ Returns the ``bitwise and'' of \var{o2} and \var{o2} on success and \begin{cfuncdesc}{PyObject*}{PyNumber_Xor}{PyObject *o1, PyObject *o2} Returns the ``bitwise exclusive or'' of \var{o1} by \var{o2} on success, or \NULL{} on failure. This is the equivalent of the Python -expression \samp{\var{o1} \^{ }\var{o2}}. +expression \samp{\var{o1} \textasciicircum{} \var{o2}}. \end{cfuncdesc} \begin{cfuncdesc}{PyObject*}{PyNumber_Or}{PyObject *o1, PyObject *o2} |