diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 154f9585512d0c..eb1822078943d9 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -52,8 +52,8 @@ Tcl (see `Threading model`_ for details). 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