[Python-checkins] peps: Fix typo.

georg.brandl python-checkins at python.org
Fri Oct 7 13:45:13 CEST 2011


http://hg.python.org/peps/rev/13a807801221
changeset:   3956:13a807801221
user:        Georg Brandl <georg at python.org>
date:        Fri Oct 07 13:45:01 2011 +0200
summary:
  Fix typo.

files:
  pep-0393.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0393.txt b/pep-0393.txt
--- a/pep-0393.txt
+++ b/pep-0393.txt
@@ -94,7 +94,7 @@
 immediately follow the base structure. If the maximum character is
 less than 128, they use the PyASCIIObject structure, and the UTF-8
 data, the UTF-8 length and the wstr length are the same as the length
-and the ASCII data. For non-ASCII strings, the PyCompactObject
+of the ASCII data. For non-ASCII strings, the PyCompactObject
 structure is used. Resizing compact objects is not supported.
 
 Objects for which the maximum character is not given at creation time

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list