Skip to content

Commit dd2cc27

Browse files
committed
Fix broken markup; make the ^= representation work properly
Closes SF bug #776181.
1 parent aa088c6 commit dd2cc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/ref/ref3.tex

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

0 commit comments

Comments
 (0)