Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d98f63

Browse filesBrowse files
authored
Merge pull request realpython#959 from apjanke/remove-osx-version-reference-for-default-python-version
Don't qualify OS X version when saying what Python version it ships with
2 parents fdb272e + 9ae7b69 commit 1d98f63
Copy full SHA for 1d98f63

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎docs/starting/install/osx.rst

Copy file name to clipboardExpand all lines: docs/starting/install/osx.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: docs/starting/install3/osx.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.