Grammar fixes

This commit is contained in:
Kyle Kelley
2013-03-18 18:23:45 -03:00
parent 50ccd6b6a9
commit 8ed7588716
+2 -2
View File
@@ -90,11 +90,11 @@ Currently Jython supports up to Python 2.5. [#jython_ver]_
IronPython
----------
`IronPython <http://ironpython.net/>`_ is an implementation of Python for .NET
`IronPython <http://ironpython.net/>`_ is an implementation of Python for the .NET
framework. It can use both Python and .NET framework libraries, and can also
expose Python code to other .NET languages.
`Python Tools for Visual Studio <http://ironpython.net/tools/>`_ integrate
`Python Tools for Visual Studio <http://ironpython.net/tools/>`_ integrates
IronPython directly in to the Visual Studio development environment, making it
an ideal choice for Windows developers.