[Python-checkins] doc: "Mac OS X" -> "macOS" (GH-27535)

miss-islington webhook-mailer at python.org
Mon Aug 2 09:13:53 EDT 2021


https://github.com/python/cpython/commit/5888107f330fe0153075924b48b780372e08fe10
commit: 5888107f330fe0153075924b48b780372e08fe10
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-08-02T06:13:48-07:00
summary:

doc: "Mac OS X" -> "macOS" (GH-27535)

(cherry picked from commit 414dcb13aaa4fd42f264fdee47782dede5c83d6c)

Co-authored-by: partev <petrosyan at gmail.com>

files:
M Doc/library/othergui.rst

diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
index 48c1f2754111a..db11933b325f3 100644
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -3,7 +3,7 @@
 Other Graphical User Interface Packages
 =======================================
 
-Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are
+Major cross-platform (Windows, macOS, Unix-like) GUI toolkits are
 available for Python:
 
 .. seealso::
@@ -26,7 +26,7 @@ available for Python:
    `PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_
       PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit.  Qt is an
       extensive C++ GUI application development framework that is
-      available for Unix, Windows and Mac OS X. :program:`sip` is a tool
+      available for Unix, Windows and macOS. :program:`sip` is a tool
       for generating bindings for C++ libraries as Python classes, and
       is specifically designed for Python.
 
@@ -40,7 +40,7 @@ available for Python:
       wxPython is a cross-platform GUI toolkit for Python that is built around
       the popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows)
       C++ toolkit.  It provides a native look and feel for applications on
-      Windows, Mac OS X, and Unix systems by using each platform's native
+      Windows, macOS, and Unix systems by using each platform's native
       widgets where ever possible, (GTK+ on Unix-like systems).  In addition to
       an extensive set of widgets, wxPython provides classes for online
       documentation and context sensitive help, printing, HTML viewing,



More information about the Python-checkins mailing list