Remove double 'error'.

This commit is contained in:
Terry Jan Reedy 2015-10-20 01:07:53 -04:00
parent a1331c4700
commit 6dc9ce1923
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Optimizations
``surrogateescape``, ``ignore`` and ``replace`` (Contributed
by Victor Stinner in :issue:`24870`).
* The ASCII and the Latin1 encoders are now up to 3 times as fast for the error
* The ASCII and the Latin1 encoders are now up to 3 times as fast for the
error ``surrogateescape`` (Contributed by Victor Stinner in :issue:`25227`).
* The UTF-8 encoder is now up to 75 times as fast for error handlers: