Fix a small typo.

This commit is contained in:
Brett Cannon 2007-09-27 18:33:16 +00:00
parent 6cae3f4c44
commit b0c2bd0cab
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Indexing bytes and buffer returns small ints (like the bytes type in
3.0a1, and like lists or array.array('B')). 3.0a1, and like lists or array.array('B')).
Assignment to an item of a mutable buffer object accepts an int in Assignment to an item of a mutable buffer object accepts an int in
range(256). (To assing from a bytes sequence, use a slice range(256). (To assign from a bytes sequence, use a slice
assignment.) assignment.)
Str() and Repr() Str() and Repr()