Skip to content

Commit 4b9152e

Browse files
committed
https://github.com/python/cpython/pull/7287#discussion_r192545899
python#7287 (comment)
1 parent 61c23d2 commit 4b9152e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Tcl
4545
for I/O, timers, and by modules.
4646

4747
Tk
48-
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
49-
Tcl commands (implemented in C) to create and manipulate GUI widgets. Each
48+
Tk is a `Tcl package <http://wiki.tcl.tk/37432>`_ implemented in C
49+
that adds custom commands to create and manipulate GUI widgets. Each
5050
:class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into
5151
it. Tk's widgets are very customizable, though at the cost of a dated appearance.
5252
Tk uses Tcl's event queue to generate and process GUI events. Note

0 commit comments

Comments
 (0)