Skip to content

Commit 7281922

Browse files
committed
https://github.com/python/cpython/pull/7287#discussion_r192545996
1 parent 61c23d2 commit 7281922

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
@@ -49,9 +49,7 @@ Tk
4949
Tcl commands (implemented in C) to create and manipulate GUI widgets. Each
5050
:class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into
5151
it. Tk's widgets are very customizable, though at the cost of a dated appearance.
52-
Tk uses Tcl's event queue to generate and process GUI events. Note
53-
that unlike some GUI libraries, each interpreter uses only a single thread,
54-
which has implications for :mod:`tkinter` users (see `Threading model`_).
52+
Tk uses Tcl's event queue to generate and process GUI events.
5553

5654
Ttk
5755
Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better

0 commit comments

Comments
 (0)