Fix a reST typo; someone has used too much LaTeX.

This commit is contained in:
Brett Cannon 2007-10-15 21:04:19 +00:00
parent 82dcb0728d
commit e2904eebe8
1 changed files with 1 additions and 1 deletions

View File

@ -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.