From: Georg Brandl Date: Sun, 1 Apr 2012 11:10:58 +0000 (+0200) Subject: Remove parens around link. X-Git-Tag: v3.3.0a2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=204e7896d6b527ca38d49572daeda1506be87776;p=python Remove parens around link. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 4059354077..3c7b5bdcdd 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -613,7 +613,7 @@ the precision is user configurable, the exact figures may vary. For example, 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 |