Skip to content

Commit c1f649c

Browse files
author
kuyan
committed
Nitpicky rewordings and grammar fixes.
1 parent 598c569 commit c1f649c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/starting/which-python.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ level of compatibility with Python packages and C extension modules.
5252

5353
If you are writing open-source Python code and want to reach the widest possible
5454
audience, 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
5656
is your only choice.
5757

5858
Being 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

6161
PyPy
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
8383
module.
8484

8585
If you need to interface with an existing Java codebase or have other reasons to
8686
need 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

9090
IronPython
9191
----------
@@ -95,7 +95,7 @@ framework. It can use both Python and .NET framework libraries, and can also
9595
expose 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
9999
an ideal choice for Windows developers.
100100

101101
IronPython supports Python 2.7. [#iron_ver]_

0 commit comments

Comments
 (0)