Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: extradoc
Changeset: r5098:bb499fa28163
Date: 2013-10-25 16:06 -0700
http://bitbucket.org/pypy/extradoc/changeset/bb499fa28163/

Log:    Fix up tables

diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst
--- a/blog/draft/coverage.rst
+++ b/blog/draft/coverage.rst
@@ -23,8 +23,9 @@
 
 +-------------------------------------------------+
 | Python        | Time    | Normalized to CPython |
++===============+=========+=======================+
+| CPython 2.7.5 | 3.879s  | 1.0x                  |
 +---------------+---------+-----------------------+
-| CPython 2.7.5 | 3.879s  | 1.0x                  |
 | PyPy 2.1      | 53.330s | 13.7x slower          |
 +---------------+---------+-----------------------+
 
@@ -36,9 +37,11 @@
 
 +-------------------------------------------------+
 | Python        | Time    | Normalized to CPython |
++===============+=========+=======================+
+| CPython 2.7.5 | 3.879s  | 1.0x                  |
 +---------------+---------+-----------------------+
-| CPython 2.7.5 | 3.879s  | 1.0x                  |
 | PyPy 2.1      | 53.330s | 13.7x slower          |
++---------------+---------+-----------------------+
 | PyPy head     | 1.433s  | 2.7x faster           |
 +---------------+---------+-----------------------+
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to