Skip to content
Snippets Groups Projects
Commit 51c1452f authored by Matti Picus's avatar Matti Picus
Browse files

more fixes for issue #2055 (Christian Clauss)

parent 7da6a721
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
<p>PyPy is a replacement for CPython. It is built using the RPython
language that was co-developed with it. The main reason to use it
instead of CPython is speed: it runs generally faster (see next section).</p>
<p><strong>PyPy 2.5</strong> implements <strong>Python 2.7.10</strong> and runs on Intel
<p><strong>PyPy</strong> implements <strong>Python 2.7.10</strong> and runs on Intel
<a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> , <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms, with PPC being
stalled. It supports all of the core language, passing the Python test suite
(with minor modifications that were already accepted in the main python
......
......@@ -10,7 +10,7 @@
language that was co-developed with it. The main reason to use it
instead of CPython is speed: it runs generally faster (see next section).
**PyPy 2.5** implements **Python 2.7.10** and runs on Intel
**PyPy** implements **Python 2.7.10** and runs on Intel
`x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms, with PPC being
stalled. It supports all of the core language, passing the Python test suite
(with minor modifications that were already accepted in the main python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment