Skip to content

Commit cf22b45

Browse files
authored
Mac OS X/OS X -> macOS
1 parent f57b46c commit cf22b45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/discussions/deploying-python-applications.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,19 @@ Public License 2.0.
102102

103103
.. __: https://devguide.python.org/#status-of-python-branches
104104

105-
Mac OS
106-
------
105+
macOS
106+
-----
107107

108108
py2app
109109
^^^^^^
110110

111111
`py2app <https://pypi.org/project/py2app/>`__ is a Python setuptools
112-
command which will allow you to make standalone Mac OS X application
112+
command which will allow you to make standalone macOS application
113113
bundles and plugins from Python scripts. Note that py2app MUST be used
114-
on OSX to build applications, it cannot create Mac applications on other
114+
on macOS to build applications, it cannot create Mac applications on other
115115
platforms. py2app is released under the MIT-license.
116116

117-
Unix (including Linux and Mac OS X)
117+
Unix (including Linux and macOS)
118118
-----------------------------------
119119

120120
pex
@@ -125,7 +125,7 @@ pex
125125
spirit of virtualenvs. pex is an expansion upon the ideas outlined in :pep:`441`
126126
and makes the deployment of Python applications as simple as cp. pex files may
127127
even include multiple platform-specific Python distributions, meaning that a
128-
single pex file can be portable across Linux and OS X. pex is released under the
128+
single pex file can be portable across Linux and macOS. pex is released under the
129129
Apache License 2.0.
130130

131131
Configuration management

0 commit comments

Comments
 (0)