8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe582 commit 61ecd3eCopy full SHA for 61ecd3e
Doc/library/tkinter.rst
@@ -11,9 +11,8 @@
11
--------------
12
13
The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
14
-the Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix
15
-platforms, as well as on Windows systems. (Tk itself is not part of Python; it
16
-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.
17
18
Running ``python -m tkinter`` from the command line should open a window
19
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is
0 commit comments