From 8ed7588716d3a83b9799dff65d5feb2731922d78 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 18 Mar 2013 18:23:45 -0300 Subject: [PATCH] Grammar fixes --- docs/starting/which-python.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 3a39b66..2486528 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -90,11 +90,11 @@ Currently Jython supports up to Python 2.5. [#jython_ver]_ IronPython ---------- -`IronPython `_ is an implementation of Python for .NET +`IronPython `_ 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 `_ integrate +`Python Tools for Visual Studio `_ integrates IronPython directly in to the Visual Studio development environment, making it an ideal choice for Windows developers.