diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..217a7ca3e339f0 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -45,8 +45,8 @@ Tcl for I/O, timers, and by modules. Tk - Tk is a module that can be loaded into a Tcl interpreter instance. It adds - Tcl commands (implemented in C) to create and manipulate GUI widgets. Each + Tk is a `Tcl package `_ implemented in C + that adds custom commands to create and manipulate GUI widgets. Each :class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into it. Tk's widgets are very customizable, though at the cost of a dated appearance. Tk uses Tcl's event queue to generate and process GUI events. Note