Typo reported by Mark Summerfield.
This commit is contained in:
parent
ded68a78fc
commit
8006ad01a8
|
@ -143,7 +143,7 @@ Slicing
|
|||
Slicing a bytes object returns a bytes object. Slicing a buffer
|
||||
object returns a buffer object.
|
||||
|
||||
Slice assignment to a mutable buffer object accept anything that
|
||||
Slice assignment to a mutable buffer object accepts anything that
|
||||
implements the PEP 3118 buffer API, or an iterable of integers in
|
||||
range(256).
|
||||
|
||||
|
|
Loading…
Reference in New Issue