8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bf32fd + 4f5218c commit b53bab2Copy full SHA for b53bab2
Doc/library/tkinter.rst
@@ -33,7 +33,10 @@ details that are unchanged.
33
Architecture
34
------------
35
36
-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
37
+ modules, each with a separate functionality and its own official
38
+documentation. Python's binary releases also ship an add-on module
39
+together with it.
40
41
Tcl
42
Like Python, Tcl is a dynamic interpreted programming language. It is most
0 commit comments