]> granicus.if.org Git - python/commitdiff
Remove double 'error'.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 20 Oct 2015 05:07:53 +0000 (01:07 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 20 Oct 2015 05:07:53 +0000 (01:07 -0400)
Doc/whatsnew/3.6.rst

index 22513cf8c433787f2c771594b1c48c43063526a3..b500550c22b76777184035a257c6df827f370ac8 100644 (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: