]> granicus.if.org Git - python/commitdiff
Fix markup error
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Aug 2000 12:55:42 +0000 (12:55 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Aug 2000 12:55:42 +0000 (12:55 +0000)
Doc/whatsnew/whatsnew20.tex

index d3ffcdb878fe83005fc6ef6e5067f799e06199e8..9f742c73951d807d6cf6213dbc18952879bd79d4 100644 (file)
@@ -280,7 +280,7 @@ by 2, equivalent to the slightly lengthier
 
 The full list of supported assignment operators is \code{+=},
 \code{-=}, \code{*=}, \code{/=}, \code{\%=}, \code{**=}, \code{\&=},
-\code{|=}, \code{^=}, \code{>>=}, and \code{<<=}.  Python classes can
+\code{|=}, \verb|^=|, \code{>>=}, and \code{<<=}.  Python classes can
 override the augmented assignment operators by defining methods named
 \method{__iadd__}, \method{__isub__}, etc.  For example, the following
 \class{Number} class stores a number and supports using += to create a