[Python-checkins] cpython: Remove parens around link.

georg.brandl python-checkins at python.org
Sun Apr 1 13:10:52 CEST 2012


http://hg.python.org/cpython/rev/61f33da3185b
changeset:   76042:61f33da3185b
user:        Georg Brandl <georg at python.org>
date:        Sun Apr 01 13:10:58 2012 +0200
summary:
  Remove parens around link.

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


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -613,7 +613,7 @@
 in integer bignum arithmetic the differences can be significantly higher.
 
 The following table is meant as an illustration. Benchmarks are available
-at (http://www.bytereef.org/mpdecimal/quickstart.html).
+at http://www.bytereef.org/mpdecimal/quickstart.html.
 
    +---------+-------------+--------------+-------------+
    |         |  decimal.py |   _decimal   |   speedup   |

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


More information about the Python-checkins mailing list