Skip to content

Commit 37ef774

Browse files
authored
Merge pull request python#6 from native-api/roseman_6
python#7287 (comment)
2 parents fbf276f + 4b9152e commit 37ef774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/tkinter.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Tcl
5252
(see `Threading model`_ for details).
5353

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

0 commit comments

Comments
 (0)