Skip to content

Commit

Permalink
more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api authored Jun 3, 2018
1 parent 0961c38 commit f91ff5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ Tcl
commands and scripts in those instances, and add custom commands
implemented in either Tcl or C. Each interpreter has an event queue,
and there are facilities to send events to it and process them.
Unlike Python, a Tcl interpreter instance only has one
stream of execution (see `Threading model`_ for details).
Unlike Python, Tcl's execution model is designed around cooperative
multitasking, and Tkinter bridges this difference
(see `Threading model`_ for details).

Tk
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
Expand Down

0 comments on commit f91ff5d

Please sign in to comment.