From b0c2bd0cab6ab696d1848edaaabe98b0cd66f885 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 27 Sep 2007 18:33:16 +0000 Subject: [PATCH] Fix a small typo. --- pep-3137.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3137.txt b/pep-3137.txt index da4681655..ef8b0ad51 100644 --- a/pep-3137.txt +++ b/pep-3137.txt @@ -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')). 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()