summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2021-08-02 09:40:40 (GMT)
committerGitHub <noreply@github.com>2021-08-02 09:40:40 (GMT)
commit414dcb13aaa4fd42f264fdee47782dede5c83d6c (patch)
tree9c0ff0e75d0f7b58afff46d468ffbf7cf13de234 /Doc/library
parent1342248f3a2b321b7b00867f47c92ba6549f9497 (diff)
downloadcpython-414dcb13aaa4fd42f264fdee47782dede5c83d6c.zip
cpython-414dcb13aaa4fd42f264fdee47782dede5c83d6c.tar.gz
cpython-414dcb13aaa4fd42f264fdee47782dede5c83d6c.tar.bz2
doc: "Mac OS X" -> "macOS" (GH-27535)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/othergui.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
index 48c1f27..db11933 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,