8000 bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveSta… · python/cpython@61ecd3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 61ecd3e

Browse files
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
(cherry picked from commit 141c7a4) Co-authored-by: Mark Roseman <mark@markroseman.com>
1 parent 9ffe582 commit 61ecd3e

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)
0