[Python-checkins] cpython: Remove double 'error'.

terry.reedy python-checkins at python.org
Tue Oct 20 01:08:15 EDT 2015


https://hg.python.org/cpython/rev/d7e490db8d54
changeset:   98807:d7e490db8d54
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Oct 20 01:07:53 2015 -0400
summary:
  Remove double 'error'.

files:
  Doc/whatsnew/3.6.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -144,7 +144,7 @@
   ``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:

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list