summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-20 05:07:53 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-20 05:07:53 (GMT)
commit6dc9ce19230e102ff6a64d998304292799949418 (patch)
treeb871150355ae9bdcb14a011da87eba98c29eeba6 /Doc
parenta1331c4700388e3efd81586225a95964717c560c (diff)
downloadcpython-6dc9ce19230e102ff6a64d998304292799949418.zip
cpython-6dc9ce19230e102ff6a64d998304292799949418.tar.gz
cpython-6dc9ce19230e102ff6a64d998304292799949418.tar.bz2
Remove double 'error'.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 22513cf8..b500550 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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: