Skip to content

Commit 89364bb

Browse files
authored
Merge pull request python#4 from native-api/roseman_4
python#7287 (comment)
2 parents b53bab2 + e8d124a commit 89364bb

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
@@ -39,8 +39,9 @@ documentation. Python's binary releases also ship an add-on module
3939
together with it.
4040

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

0 commit comments

Comments
 (0)