From dae1bae5adcab132a6b4e7f37a5be46b66060555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 30 Apr 2009 05:04:13 +0000 Subject: [PATCH] Fix typo. --- pep-0383.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0383.txt b/pep-0383.txt index e7bf8c7f9..66ed1d6ba 100644 --- a/pep-0383.txt +++ b/pep-0383.txt @@ -74,8 +74,8 @@ lone half surrogate codes U+DCxx. To convert non-decodable bytes, a new error handler "python-escape" is introduced, which produces these half surrogates. On encoding, the error handler converts the half surrogate back to the corresponding -byte. This error handler used used in any API that receives or produces -file names, command line arguments, or environment variables. +byte. This error handler will be used in any API that receives or +produces file names, command line arguments, or environment variables. The error handler interface is extended to allow the encode error handler to return byte strings immediately, in addition to returning