Skip to content

Commit 7551744

Browse files
authored
Merge pull request python#7 from native-api/roseman_7
python#7287 (comment)
2 parents 37ef774 + 7281922 commit 7551744

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/tkinter.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ Tk
5656
that adds custom commands to create and manipulate GUI widgets. Each
5757
:class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into
5858
it. Tk's widgets are very customizable, though at the cost of a dated appearance.
59-
Tk uses Tcl's event queue to generate and process GUI events. Note
60-
that unlike some GUI libraries, each interpreter uses only a single thread,
61-
which has implications for :mod:`tkinter` users (see `Threading model`_).
59+
Tk uses Tcl's event queue to generate and process GUI events.
6260

6361
Ttk
6462
Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better

0 commit comments

Comments
 (0)