summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-30 05:55:39 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-30 05:55:39 (GMT)
commit33c3e29fcec55d552eae9f684447d5f68ae019d7 (patch)
tree5d9b1b26006e17f94749acf12876c62a80bb5c6d
parent21731118af4a790f3eb52497eea5c85161c6555f (diff)
downloadcpython-33c3e29fcec55d552eae9f684447d5f68ae019d7.zip
cpython-33c3e29fcec55d552eae9f684447d5f68ae019d7.tar.gz
cpython-33c3e29fcec55d552eae9f684447d5f68ae019d7.tar.bz2
- remove yet another reference to how commonly Tkinter is (thought to be) used
- fix an internal section reference
-rw-r--r--Doc/lib/tkinter.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index 557028f..db52cbd 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -19,7 +19,7 @@ module \module{\_tkinter} provides a threadsafe mechanism which allows
Python and Tcl to interact.
Tk is not the only GUI for Python; see
-section~\ref{other-gui-modules}, ``Other User Interface Modules and
+section~\ref{other-gui-packages}, ``Other User Interface Modules and
Packages,'' for more information on other GUI toolkits for Python.
% Other sections I have in mind are
@@ -1805,9 +1805,7 @@ directly on Python data structures, without having to transfer data
through the Tk/Tcl layer.}
\end{seealso*}
-
-Tk is not the only GUI for Python, but is however the
-most commonly used one.
+Other GUI packages are also available for Python:
\begin{seealso*}
\seetitle[http://www.wxpython.org]{wxPython}{