diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..b519b79fd6d05b 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -33,7 +33,10 @@ descriptions of underlying features. Architecture ------------ -Tkinter provides a unified interface to several separate and distinct libraries. +Tcl/Tk is not a single library but rather consists of a few distinct + modules, each with a separate functionality and its own official +documentation. Python's binary releases also ship an add-on module +together with it. Tcl Like Python, Tcl is a dynamic interpreted programming language. It is most