Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a378864

Browse files
committed
Fix representation of ^= operator in __ixor__() documentation.
Closes SF bug #776181. Should be backported.
1 parent 18452a4 commit a378864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ \subsection{Emulating numeric types\label{numeric-types}}
18361836
These methods are called to implement the augmented arithmetic
18371837
operations (\code{+=}, \code{-=}, \code{*=}, \code{/=}, \code{\%=},
18381838
\code{**=}, \code{<}\code{<=}, \code{>}\code{>=}, \code{\&=},
1839-
\code{\^=}, \code{|=}). These methods should attempt to do the
1839+
\code{\textasciicircum=}, \code{|=}). These methods should attempt to do the
18401840
operation in-place (modifying \var{self}) and return the result (which
18411841
could be, but does not have to be, \var{self}). If a specific method
18421842
is not defined, the augmented operation falls back to the normal

0 commit comments

Comments
 (0)