Fix typo.

This commit is contained in:
Martin v. Löwis 2009-04-30 05:04:13 +00:00
parent 9f6d250f9f
commit dae1bae5ad
1 changed files with 2 additions and 2 deletions

View File

@ -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