From d7578ced8e839866df3052e92e3f66a3c194c89b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Oct 2014 10:53:08 -0400 Subject: [PATCH] final update --- docs/starting/which-python.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 183e317..fac6f09 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -13,10 +13,10 @@ one might thing. The basic gist of the state of things is as follows: -1. Python 2.7 has been the standard for Python developers for a *long* time. -2. Python 3.x intrudced major controvercial changes to the language, which many developers are unhappy with. -3. Python 2.7 will receive security updates for a long while. -4. Python 2.x is continually evolving, like Python 2 did in years past. +1. Python 2.7 has been the standard for a *long* time. +2. Python 3 introduced major changes to the language, which many developers are unhappy with. +3. Python 2.7 will receive neccessary security updates for a few years. +4. Python 3 is continually evolving, like Python 2 did in years past. So, you can now see why this is not such an easy decision.