@@ -52,11 +52,11 @@ level of compatibility with Python packages and C extension modules.
5252
5353If you are writing open-source Python code and want to reach the widest possible
5454audience, targeting CPython is your best bet. If you need to use any packages
55- that rely on C extensions for their functionality (eg: numpy) then CPython
55+ that rely on C extensions for their functionality (e.g. numpy) then CPython
5656is your only choice.
5757
5858Being the reference implementation, all versions of the Python language are
59- available as CPython. Python 3 is only available in a CPython implementation.
59+ available as CPython. Python 3 is only available as a CPython implementation.
6060
6161PyPy
6262----
@@ -78,14 +78,14 @@ Jython
7878------
7979
8080`Jython <http://www.jython.org/ >`_ is a Python implementation that compiles
81- Python code to Java byte code that then executes on a JVM. It has the additional
82- advantage of being able to import and use any Java class the same as a Python
81+ Python code to Java byte code that is then executed in a JVM. It has the additional
82+ advantage of being able to import and use any Java class like a Python
8383module.
8484
8585If you need to interface with an existing Java codebase or have other reasons to
8686need to write Python code for the JVM, Jython is the best choice.
8787
88- Currently Jython supports up to Python 2.5. [#jython_ver ]_
88+ Jython currently supports up to Python 2.5. [#jython_ver ]_
8989
9090IronPython
9191----------
@@ -95,7 +95,7 @@ framework. It can use both Python and .NET framework libraries, and can also
9595expose Python code to other .NET languages.
9696
9797`Python Tools for Visual Studio <http://ironpython.net/tools/ >`_ integrates
98- IronPython directly in to the Visual Studio development environment, making it
98+ IronPython directly into the Visual Studio development environment, making it
9999an ideal choice for Windows developers.
100100
101101IronPython supports Python 2.7. [#iron_ver ]_
0 commit comments