Skip to content

Commit b53bab2

Browse files
authored
Merge pull request #3 from native-api/roseman_3
python#7287 (comment)
2 parents 8bf32fd + 4f5218c commit b53bab2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/library/tkinter.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ details that are unchanged.
3333
Architecture
3434
------------
3535

36-
Tkinter provides a unified interface to several separate and distinct libraries.
36+
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.
3740

3841
Tcl
3942
Like Python, Tcl is a dynamic interpreted programming language. It is most

0 commit comments

Comments
 (0)