Skip to content

Commit 9ae7b69

Browse files
committed
Don't qualify OS X version when saying what Python version it ships with
1 parent 0dfc4c3 commit 9ae7b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installing Python 2 on Mac OS X
1010
.. note::
1111
Check out our :ref:`guide for installing Python 3 on OS X<install3-osx>`.
1212

13-
The latest version of Mac OS X, High Sierra, **comes with Python 2.7 out of the box**.
13+
**Mac OS X comes with Python 2.7 out of the box.**
1414

1515
You do not need to install or configure anything else to use Python. Having said
1616
that, I would strongly recommend that you install the tools and libraries

docs/starting/install3/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installing Python 3 on Mac OS X
99

1010
.. image:: /_static/photos/34435689480_2e6f358510_k_d.jpg
1111

12-
The latest version of Mac OS X, High Sierra, **comes with Python 2.7 out of the box**.
12+
**Mac OS X comes with Python 2.7 out of the box.**
1313

1414
You do not need to install or configure anything else to use Python 2. These
1515
instructions document the installation of Python 3.

0 commit comments

Comments
 (0)