diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-09-01 12:27:51 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-09-01 12:27:51 (GMT) |
commit | a3f4a1660714900b61cf1d5132701a34e0171b67 (patch) | |
tree | 80a4a1119fd129f62dadd2007f41d8a9cba02db6 /Doc/whatsnew/3.3.rst | |
parent | ceaaced4be53b1d33eb0d3cc27f93e6ac587e150 (diff) | |
download | cpython-a3f4a1660714900b61cf1d5132701a34e0171b67.zip cpython-a3f4a1660714900b61cf1d5132701a34e0171b67.tar.gz cpython-a3f4a1660714900b61cf1d5132701a34e0171b67.tar.bz2 |
Add missing unit.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-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 9d8b80d..845de84 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1119,7 +1119,7 @@ at http://www.bytereef.org/mpdecimal/quickstart.html. +---------+-------------+--------------+-------------+ | | decimal.py | _decimal | speedup | +=========+=============+==============+=============+ - | pi | 42.02 | 0.345 | 120x | + | pi | 42.02s | 0.345s | 120x | +---------+-------------+--------------+-------------+ | telco | 172.19s | 5.68s | 30x | +---------+-------------+--------------+-------------+ |