Skip to content

Commit e8d124a

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

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
@@ -36,8 +36,9 @@ Architecture
3636
Tkinter provides a unified interface to several separate and distinct libraries.
3737

3838
Tcl
39-
Like Python, Tcl is a dynamic interpreted programming language. It is most
40-
commonly used by C applications to embed a scripting language, or as an
39+
Tcl is a dynamic interpreted programming language, just like Python. Though
40+
it can be used on its own as a general-purpose programming language, it is
41+
most commonly embedded into C applications as a scripting engine or an
4142
interface to the Tk toolkit. The Tcl library has a C interface to
4243
create and manage one or more instances of a Tcl interpreter, run Tcl
4344
commands and scripts in those instances, and add custom commands

0 commit comments

Comments
 (0)