diff options
author | Georg Brandl <georg@python.org> | 2012-04-01 13:10:58 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-01 13:10:58 +0200 |
commit | 204e7896d6b527ca38d49572daeda1506be87776 (patch) | |
tree | a5597157e8b2365d1f4ef499655233cd3e431d58 | |
parent | bf8030830f1707961b55bd200e8b2929cf6c842c (diff) | |
download | cpython-git-204e7896d6b527ca38d49572daeda1506be87776.tar.gz |
Remove parens around link.
-rw-r--r-- | 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 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 | |