summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-01 13:10:58 +0200
committerGeorg Brandl <georg@python.org>2012-04-01 13:10:58 +0200
commit204e7896d6b527ca38d49572daeda1506be87776 (patch)
treea5597157e8b2365d1f4ef499655233cd3e431d58
parentbf8030830f1707961b55bd200e8b2929cf6c842c (diff)
downloadcpython-git-204e7896d6b527ca38d49572daeda1506be87776.tar.gz
Remove parens around link.
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
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 |