mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Oops, one more caret.
This commit is contained in:
parent
377fb1e1f6
commit
755c23dcc4
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue