[pypy-commit] extradoc extradoc: one more fix

alex_gaynor noreply at buildbot.pypy.org
Sat Oct 26 01:07:19 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r5099:4b0af7c8e75c
Date: 2013-10-25 16:07 -0700
http://bitbucket.org/pypy/extradoc/changeset/4b0af7c8e75c/

Log:	one more fix

diff --git a/blog/draft/coverage.rst b/blog/draft/coverage.rst
--- a/blog/draft/coverage.rst
+++ b/blog/draft/coverage.rst
@@ -21,7 +21,7 @@
 Running ``time coverage.py run test.py`` five times, and looking at the best
 run, here's how PyPy 2.1 stacks up against CPython 2.7.5:
 
-+-------------------------------------------------+
++---------------+---------+-----------------------+
 | Python        | Time    | Normalized to CPython |
 +===============+=========+=======================+
 | CPython 2.7.5 | 3.879s  | 1.0x                  |
@@ -35,7 +35,7 @@
 
 So I sat down to address it. And the results:
 
-+-------------------------------------------------+
++---------------+---------+-----------------------+
 | Python        | Time    | Normalized to CPython |
 +===============+=========+=======================+
 | CPython 2.7.5 | 3.879s  | 1.0x                  |


More information about the pypy-commit mailing list