[Python-checkins] cpython: Add missing unit.

georg.brandl python-checkins at python.org
Sun Sep 9 11:19:12 CEST 2012


http://hg.python.org/cpython/rev/de409254d61b
changeset:   78906:de409254d61b
user:        Stefan Krah <skrah at bytereef.org>
date:        Sat Sep 01 14:27:51 2012 +0200
summary:
  Add missing unit.

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1119,7 +1119,7 @@
    +---------+-------------+--------------+-------------+
    |         |  decimal.py |   _decimal   |   speedup   |
    +=========+=============+==============+=============+
-   |   pi    |    42.02    |    0.345     |    120x     |
+   |   pi    |    42.02s   |    0.345s    |    120x     |
    +---------+-------------+--------------+-------------+
    | telco   |   172.19s   |    5.68s     |     30x     |
    +---------+-------------+--------------+-------------+

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list