From 211106071220bbd55c538d8063f9c45d0bdba0d8 Mon Sep 17 00:00:00 2001 From: Ryan Day Date: Wed, 4 Jan 2012 23:06:19 -0500 Subject: [PATCH] Fix formatting --- docs/scenarios/speed.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 8e18b5b..bd83cde 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -5,7 +5,9 @@ CPython, the most commonly used implementation of Python, is slow for CPU bound Using a slightly modified version of `David Beazleys`_ CPU bound test code(added loop for multiple tests), you can see the difference between CPython and PyPy's processing. -.. pypy:: +:: + + PyPy $ ./pypy -V Python 2.7.1 (7773f8fc4223, Nov 18 2011, 18:47:10) [PyPy 1.7.0 with GCC 4.4.3] @@ -16,7 +18,9 @@ Using a slightly modified version of `David Beazleys`_ CPU bound test code(added 0.0440690517426 0.0695300102234 -.. python:: +:: + + CPython $ ./python -V Python 2.7.1 $ ./python measure2.py