From 3cdb5761c5d779b15e153cf33d52babbf56b5807 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 30 Aug 2000 12:55:42 +0000 Subject: Fix markup error --- Doc/whatsnew/whatsnew20.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex index d3ffcdb..9f742c7 100644 --- a/Doc/whatsnew/whatsnew20.tex +++ b/Doc/whatsnew/whatsnew20.tex @@ -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 -- cgit v0.12