Typo reported by Mark Summerfield.

This commit is contained in:
Guido van Rossum 2007-10-01 14:43:57 +00:00
parent ded68a78fc
commit 8006ad01a8
1 changed files with 1 additions and 1 deletions

View File

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