Skip to content

Commit 2111060

Browse files
committed
Fix formatting
1 parent 96521d2 commit 2111060

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/scenarios/speed.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ CPython, the most commonly used implementation of Python, is slow for CPU bound
55

66
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.
77

8-
.. pypy::
8+
::
9+
10+
PyPy
911
$ ./pypy -V
1012
Python 2.7.1 (7773f8fc4223, Nov 18 2011, 18:47:10)
1113
[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
1618
0.0440690517426
1719
0.0695300102234
1820

19-
.. python::
21+
::
22+
23+
CPython
2024
$ ./python -V
2125
Python 2.7.1
2226
$ ./python measure2.py

0 commit comments

Comments
 (0)