diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-09-22 17:33:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 17:33:36 (GMT) |
commit | 36122e18148c5b6c78ebce1d36d514fd7cf250f5 (patch) | |
tree | 2da76a2182b026faf0ef209c120cb6ca69491a11 /Doc/tutorial | |
parent | ecb6922ff2d56476a6cfb0941ae55aca5e7fae3d (diff) | |
download | cpython-36122e18148c5b6c78ebce1d36d514fd7cf250f5.zip cpython-36122e18148c5b6c78ebce1d36d514fd7cf250f5.tar.gz cpython-36122e18148c5b6c78ebce1d36d514fd7cf250f5.tar.bz2 |
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.
Co-authored-by: Patrick Reader <_@pxeger.com>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/appetite.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/appetite.rst b/Doc/tutorial/appetite.rst index 26e5168..3fa6809 100644 --- a/Doc/tutorial/appetite.rst +++ b/Doc/tutorial/appetite.rst @@ -23,7 +23,7 @@ You could write a Unix shell script or Windows batch files for some of these tasks, but shell scripts are best at moving around files and changing text data, not well-suited for GUI applications or games. You could write a C/C++/Java program, but it can take a lot of development time to get even a first-draft -program. Python is simpler to use, available on Windows, Mac OS X, and Unix +program. Python is simpler to use, available on Windows, macOS, and Unix operating systems, and will help you get the job done more quickly. Python is simple to use, but it is a real programming language, offering much |