Fix a reST typo; someone has used too much LaTeX.
This commit is contained in:
parent
82dcb0728d
commit
e2904eebe8
|
@ -190,7 +190,7 @@ except where mentioned:
|
|||
the return type is that of the first argument (this seems arbitrary
|
||||
until you consider how ``+=`` works).
|
||||
|
||||
- ``b1 += b2'': mutates b1 if it is a buffer object.
|
||||
- ``b1 += b2``: mutates b1 if it is a buffer object.
|
||||
|
||||
- ``b * n``, ``n * b``: repetition; n must be an integer.
|
||||
|
||||
|
|
Loading…
Reference in New Issue