summaryrefslogtreecommitdiff
path: root/Doc/faq
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-14 02:50:32 +0000
committerR. David Murray <rdmurray@bitdance.com>2009-12-14 02:50:32 +0000
commit96228739c5a66cb7c5ab82e1e1d179b642e405cb (patch)
treea05a924a57902dc01000651d066e38cbd94af63d /Doc/faq
parent4f786b20ab991beef2e5419a1f85e13a670d5734 (diff)
downloadcpython-git-96228739c5a66cb7c5ab82e1e1d179b642e405cb.tar.gz
Clarify phrasing that explains that there are currently two branches.
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/general.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index aa86b06254..111e3123db 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -310,11 +310,11 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
releases.
The latest stable releases can always be found on the `Python download page
-<http://python.org/download/>`_. They are recommended production-ready version
-at this point in time. At the moment, there are two branches of stable
-releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since currently
-there is more third party software available for Python 2 than for Python 3.
-Python 2 code will generally not run unchanged in Python 3.
+<http://python.org/download/>`_. There are two recommended production-ready
+versions at this point in time, because at the moment there are two branches of
+stable releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since
+currently there is more third party software available for Python 2 than for
+Python 3. Python 2 code will generally not run unchanged in Python 3.
How many people are using Python?