]> granicus.if.org Git - python/commitdiff
Oops, one more caret.
authorFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 03:05:53 +0000 (03:05 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Jul 2001 03:05:53 +0000 (03:05 +0000)
Doc/api/api.tex

index 52881f8f77c749b60a06486d14815722ae9da186..50e52e205812af577fedc9328f14a05dab1f80d6 100644 (file)
@@ -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}