Skip to content

Commit 414dcb1

Browse files
authored
doc: "Mac OS X" -> "macOS" (GH-27535)
1 parent 1342248 commit 414dcb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/othergui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Other Graphical User Interface Packages
44
=======================================
55

6-
Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are
6+
Major cross-platform (Windows, macOS, Unix-like) GUI toolkits are
77
available for Python:
88

99
.. seealso::
@@ -26,7 +26,7 @@ available for Python:
2626
`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_
2727
PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an
2828
extensive C++ GUI application development framework that is
29-
available for Unix, Windows and Mac OS X. :program:`sip` is a tool
29+
available for Unix, Windows and macOS. :program:`sip` is a tool
3030
for generating bindings for C++ libraries as Python classes, and
3131
is specifically designed for Python.
3232

@@ -40,7 +40,7 @@ available for Python:
4040
wxPython is a cross-platform GUI toolkit for Python that is built around
4141
the popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows)
4242
C++ toolkit. It provides a native look and feel for applications on
43-
Windows, Mac OS X, and Unix systems by using each platform's native
43+
Windows, macOS, and Unix systems by using each platform's native
4444
widgets where ever possible, (GTK+ on Unix-like systems). In addition to
4545
an extensive set of widgets, wxPython provides classes for online
4646
documentation and context sensitive help, printing, HTML viewing,

0 commit comments

Comments
 (0)