[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21330)

benjamin.peterson python-checkins at python.org
Wed Apr 23 03:55:19 CEST 2014


http://hg.python.org/cpython/rev/ae4a9000e925
changeset:   90436:ae4a9000e925
parent:      90433:aad6d6b819ed
parent:      90435:660d53bfb332
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Apr 22 21:55:07 2014 -0400
summary:
  merge 3.4 (#21330)

files:
  Doc/howto/unicode.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -49,7 +49,7 @@
 
 255 characters aren't very many.  For example, you can't fit both the accented
 characters used in Western Europe and the Cyrillic alphabet used for Russian
-into the 128--255 range because there are more than 127 such characters.
+into the 128--255 range because there are more than 128 such characters.
 
 You could write files using different codes (all your Russian files in a coding
 system called KOI8, all your French files in a different coding system called

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


More information about the Python-checkins mailing list