Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37ef774

Browse filesBrowse files
authored
Merge pull request python#6 from native-api/roseman_6
python#7287 (comment)
2 parents fbf276f + 4b9152e commit 37ef774
Copy full SHA for 37ef774

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Doc/library/tkinter.rst

Copy file name to clipboardExpand all lines: Doc/library/tkinter.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Tcl
5252
(see `Threading model`_ for details).
5353

5454
Tk
55-
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
56-
Tcl commands (implemented in C) to create and manipulate GUI widgets. Each
55+
Tk is a `Tcl package <http://wiki.tcl.tk/37432>`_ implemented in C
56+
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.
5959
Tk uses Tcl's event queue to generate and process GUI events. Note

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.