File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ described in the next section before you start building Python applications for
14
14
real-world use. In particular, you should always install Setuptools, as it makes
15
15
it much easier for you to install and manage other third-party Python libraries.
16
16
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
18
18
good for development. The version shipped with OS X may be out of date from the
19
19
`official current Python release <https://www.python.org/downloads/mac-osx/ >`_,
20
20
which is considered the stable production version.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The latest version of Mac OS X, Sierra, **comes with Python 2.7 out of the box**
10
10
You do not need to install or configure anything else to use Python 2. These
11
11
instructions document the installation of Python 3.
12
12
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
14
14
good for development. The version shipped with OS X may be out of date from the
15
15
`official current Python release <https://www.python.org/downloads/mac-osx/ >`_,
16
16
which is considered the stable production version.
You can’t perform that action at this time.
0 commit comments