From 03ff2dc5a2a1e19743d17c059f5b1c3ea346bae2 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 22 Mar 2013 23:06:21 -0400 Subject: [PATCH] Fixed casing, added specific version number. --- docs/starting/install/win.rst | 2 +- docs/starting/which-python.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index bcc9445..d67b22e 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -4,7 +4,7 @@ Installing Python on Windows ============================ First, download the `latest version `_ -of Python 2 from the official Website. If you want to be sure you are installing a fully +of Python 2.7 from the official Website. If you want to be sure you are installing a fully up-to-date version then use the "Windows Installer" link from the home page of the `Python.org web site `_ . diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 2486528..6765a47 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -18,7 +18,7 @@ Which Python to use? Today ----- -If you're choosing a Python interpreter to use, I *highly* recommend you Use +If you're choosing a Python interpreter to use, I *highly* recommend you use Python 2.7.x, unless you have a strong reason not to.