diff options
author | Georg Brandl <georg@python.org> | 2012-04-01 11:10:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-01 11:10:58 (GMT) |
commit | 204e7896d6b527ca38d49572daeda1506be87776 (patch) | |
tree | a5597157e8b2365d1f4ef499655233cd3e431d58 /Doc | |
parent | bf8030830f1707961b55bd200e8b2929cf6c842c (diff) | |
download | cpython-204e7896d6b527ca38d49572daeda1506be87776.zip cpython-204e7896d6b527ca38d49572daeda1506be87776.tar.gz cpython-204e7896d6b527ca38d49572daeda1506be87776.tar.bz2 |
Remove parens around link.
Diffstat (limited to 'Doc')
-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 4059354..3c7b5bd 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 | |