Skip to content

Commit f91ff5d

Browse files
authored
more specific
1 parent 0961c38 commit f91ff5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ Tcl
4343
commands and scripts in those instances, and add custom commands
4444
implemented in either Tcl or C. Each interpreter has an event queue,
4545
and there are facilities to send events to it and process them.
46-
Unlike Python, a Tcl interpreter instance only has one
47-
stream of execution (see `Threading model`_ for details).
46+
Unlike Python, Tcl's execution model is designed around cooperative
47+
multitasking, and Tkinter bridges this difference
48+
(see `Threading model`_ for details).
4849

4950
Tk
5051
Tk is a module that can be loaded into a Tcl interpreter instance. It adds

0 commit comments

Comments
 (0)