From e8d124aad8ed940d6573e4486b3e16752e30efd0 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 3 Jun 2018 05:46:08 +0300 Subject: [PATCH] https://github.com/python/cpython/pull/7287#discussion_r192545744 --- Doc/library/tkinter.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..ab4e378e975fd0 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -36,8 +36,9 @@ Architecture Tkinter provides a unified interface to several separate and distinct libraries. Tcl - Like Python, Tcl is a dynamic interpreted programming language. It is most - commonly used by C applications to embed a scripting language, or as an + Tcl is a dynamic interpreted programming language, just like Python. Though + it can be used on its own as a general-purpose programming language, it is + most commonly embedded into C applications as a scripting engine or an interface to the Tk toolkit. The Tcl library has a C interface to create and manage one or more instances of a Tcl interpreter, run Tcl commands and scripts in those instances, and add custom commands