Skip to content

Commit 141c7a4

Browse files
authored
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
1 parent d1049d1 commit 141c7a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/tkinter.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
--------------
1212

1313
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.)
14+
the Tcl/Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix
15+
platforms, including macOS, as well as on Windows systems.
1716

1817
Running ``python -m tkinter`` from the command line should open a window
1918
demonstrating a simple Tk interface, letting you know that :mod:`tkinter` is

0 commit comments

Comments
 (0)