Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1b41b commit 691fb55Copy full SHA for 691fb55
1 file changed
Doc/lib/tkinter.tex
@@ -38,9 +38,10 @@ \section{\module{Tkinter} ---
38
\moduleauthor{Guido van Rossum}{[email protected]}
39
40
The \module{Tkinter} module (``Tk interface'') is the standard Python
41
-interface to the Tk GUI toolkit, now maintained at ActiveState. Both
42
-Tk and \module{Tkinter} are available on most \UNIX{} platforms, as well
43
-as on Windows and Macintosh systems.
+interface to the Tk GUI toolkit. Both Tk and \module{Tkinter} are
+available on most \UNIX{} platforms, as well as on Windows and
+Macintosh systems. (Tk itself is not part of Python; it is maintained
44
+at ActiveState.)
45
46
\begin{seealso}
47
\seetitle[http://www.python.org/topics/tkinter/]
0 commit comments