mirror of
https://github.com/python/cpython.git
synced 2025-07-26 20:54:39 +00:00
doc: "Mac OS X" -> "macOS" (GH-27535)
This commit is contained in:
parent
1342248f3a
commit
414dcb13aa
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
Other Graphical User Interface Packages
|
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:
|
available for Python:
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
@ -26,7 +26,7 @@ available for Python:
|
||||||
`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_
|
`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_
|
||||||
PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an
|
PyQt is a :program:`sip`\ -wrapped binding to the Qt toolkit. Qt is an
|
||||||
extensive C++ GUI application development framework that is
|
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
|
for generating bindings for C++ libraries as Python classes, and
|
||||||
is specifically designed for Python.
|
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
|
wxPython is a cross-platform GUI toolkit for Python that is built around
|
||||||
the popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows)
|
the popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows)
|
||||||
C++ toolkit. It provides a native look and feel for applications on
|
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
|
widgets where ever possible, (GTK+ on Unix-like systems). In addition to
|
||||||
an extensive set of widgets, wxPython provides classes for online
|
an extensive set of widgets, wxPython provides classes for online
|
||||||
documentation and context sensitive help, printing, HTML viewing,
|
documentation and context sensitive help, printing, HTML viewing,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue