Skip to content

Commit 83d1fd4

Browse files
committed
fixes
1 parent a8ed45d commit 83d1fd4

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
@@ -14,7 +14,7 @@ described in the next section before you start building Python applications for
1414
real-world use. In particular, you should always install Setuptools, as it makes
1515
it much easier for you to install and manage other third-party Python libraries.
1616

17-
The version of Python that ships with OS X is great for learning but it's not
17+
The version of Python that ships with OS X is great for learning, but it's not
1818
good for development. The version shipped with OS X may be out of date from the
1919
`official current Python release <https://www.python.org/downloads/mac-osx/>`_,
2020
which is considered the stable production version.

docs/starting/install3/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The latest version of Mac OS X, Sierra, **comes with Python 2.7 out of the box**
1010
You do not need to install or configure anything else to use Python 2. These
1111
instructions document the installation of Python 3.
1212

13-
The version of Python that ships with OS X is great for learning but it's not
13+
The version of Python that ships with OS X is great for learning, but it's not
1414
good for development. The version shipped with OS X may be out of date from the
1515
`official current Python release <https://www.python.org/downloads/mac-osx/>`_,
1616
which is considered the stable production version.

0 commit comments

Comments
 (0)