From 1bc5ef5f406aa6ea221a6888c9ad629bc83a4e5b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Jan 2018 08:39:39 -0500 Subject: [PATCH] simplify --- source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started.rst b/source/getting-started.rst index 643e7bb..8ce26e0 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -36,7 +36,7 @@ Twitter is an excellent way to keep in touch with what's going on with the Pytho Getting Python Installed ------------------------ -Of course, the first thing you need to do is install Python on your machine. If you go to the Python.org website, you may be a bit confused about which version of Python you should be using. The correct answer is: +Of course, the first thing you need to do is install Python on your machine. If you go to the Python.org website, you may be a bit confused about which version of Python you should be using. *The correct answer is:* **Use the latest version of Python 3.** As of the time of this writing, that is version **3.6.4**.