Fix typo.

This commit is contained in:
Martin v. Löwis 2009-05-03 17:32:27 +00:00
parent def841b431
commit 950c2600cc
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ environmental data to Python str objects ([1]).
On POSIX systems, Python currently applies the locale's encoding to On POSIX systems, Python currently applies the locale's encoding to
convert the byte data to Unicode, failing for characters that cannot convert the byte data to Unicode, failing for characters that cannot
be decoded. With this PEP, non-decodable bytes >128 will be be decoded. With this PEP, non-decodable bytes >= 128 will be
represented as lone half surrogate codes U+DC80..U+DCFF. Bytes below represented as lone half surrogate codes U+DC80..U+DCFF. Bytes below
128 will produce exceptions; see the discussion below. 128 will produce exceptions; see the discussion below.