Fix a small typo.
This commit is contained in:
parent
6cae3f4c44
commit
b0c2bd0cab
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue