[Python-checkins] r72142 - peps/trunk/pep-0383.txt

martin.v.loewis python-checkins at python.org
Thu Apr 30 07:04:13 CEST 2009


Author: martin.v.loewis
Date: Thu Apr 30 07:04:13 2009
New Revision: 72142

Log:
Fix typo.


Modified:
   peps/trunk/pep-0383.txt

Modified: peps/trunk/pep-0383.txt
==============================================================================
--- peps/trunk/pep-0383.txt	(original)
+++ peps/trunk/pep-0383.txt	Thu Apr 30 07:04:13 2009
@@ -74,8 +74,8 @@
 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


More information about the Python-checkins mailing list