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

brett.cannon python-checkins at python.org
Thu Sep 27 20:33:16 CEST 2007


Author: brett.cannon
Date: Thu Sep 27 20:33:16 2007
New Revision: 58277

Modified:
   peps/trunk/pep-3137.txt
Log:
Fix a small typo.


Modified: peps/trunk/pep-3137.txt
==============================================================================
--- peps/trunk/pep-3137.txt	(original)
+++ peps/trunk/pep-3137.txt	Thu Sep 27 20:33:16 2007
@@ -144,7 +144,7 @@
 3.0a1, and like lists or array.array('B')).
 
 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.)
 
 Str() and Repr()


More information about the Python-checkins mailing list