Commit 6951f85f authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix markup error

parent 16db7b50
...@@ -280,7 +280,7 @@ by 2, equivalent to the slightly lengthier ...@@ -280,7 +280,7 @@ by 2, equivalent to the slightly lengthier
The full list of supported assignment operators is \code{+=}, The full list of supported assignment operators is \code{+=},
\code{-=}, \code{*=}, \code{/=}, \code{\%=}, \code{**=}, \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 override the augmented assignment operators by defining methods named
\method{__iadd__}, \method{__isub__}, etc. For example, the following \method{__iadd__}, \method{__isub__}, etc. For example, the following
\class{Number} class stores a number and supports using += to create a \class{Number} class stores a number and supports using += to create a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment