[Python-checkins] r58292 - peps/trunk/pep-3137.txt

guido.van.rossum python-checkins at python.org
Mon Oct 1 16:43:58 CEST 2007


Author: guido.van.rossum
Date: Mon Oct  1 16:43:57 2007
New Revision: 58292

Modified:
   peps/trunk/pep-3137.txt
Log:
Typo reported by Mark Summerfield.


Modified: peps/trunk/pep-3137.txt
==============================================================================
--- peps/trunk/pep-3137.txt	(original)
+++ peps/trunk/pep-3137.txt	Mon Oct  1 16:43:57 2007
@@ -143,7 +143,7 @@
 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).
 


More information about the Python-checkins mailing list