diff options
author | Fred Drake <fdrake@acm.org> | 2006-07-30 05:49:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-07-30 05:49:49 (GMT) |
commit | 21731118af4a790f3eb52497eea5c85161c6555f (patch) | |
tree | ba7a3f8ef4c253e35a41dbde295183d9971bfe40 | |
parent | c3c805e8b2aa6e728e38fbbae6cdb43ae6cbb9dd (diff) | |
download | cpython-21731118af4a790f3eb52497eea5c85161c6555f.zip cpython-21731118af4a790f3eb52497eea5c85161c6555f.tar.gz cpython-21731118af4a790f3eb52497eea5c85161c6555f.tar.bz2 |
remove possibly-outdated comment on what GUI toolkit is most commonly used;
it is hard to know whether this is right, and it does not add valuable reference information
at any rate
-rw-r--r-- | Doc/lib/tkinter.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 1f026e2..557028f 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -18,10 +18,9 @@ implement the Tk widgets as Python classes. In addition, the internal module \module{\_tkinter} provides a threadsafe mechanism which allows Python and Tcl to interact. -Tk is not the only GUI for Python, but is however the most commonly -used one; see section~\ref{other-gui-modules}, ``Other User Interface -Modules and Packages,'' for more information on other GUI toolkits for -Python. +Tk is not the only GUI for Python; see +section~\ref{other-gui-modules}, ``Other User Interface Modules and +Packages,'' for more information on other GUI toolkits for Python. % Other sections I have in mind are % Tkinter internals |