summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorMark Roseman <mark@markroseman.com>2021-08-22 18:35:22 (GMT)
committerGitHub <noreply@github.com>2021-08-22 18:35:22 (GMT)
commit141c7a4fce8def67baa9d24f542c105b8502893e (patch)
treeabad9839a187682b75521d7dc4a1b95683468837 /Doc/library/tkinter.rst
parentd1049d1d6b43296d4db1aa8668aa4ca807bf7adb (diff)
downloadcpython-141c7a4fce8def67baa9d24f542c105b8502893e.zip
cpython-141c7a4fce8def67baa9d24f542c105b8502893e.tar.gz
cpython-141c7a4fce8def67baa9d24f542c105b8502893e.tar.bz2
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 45bcab6..c397956 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -11,9 +11,8 @@
--------------
The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
-the Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix
-platforms, as well as on Windows systems. (Tk itself is not part of Python; it
-is maintained at ActiveState.)
+the Tcl/Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix
+platforms, including macOS, as well as on Windows systems.
Running ``python -m tkinter`` from the command line should open a window
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is