]> granicus.if.org Git - python/commitdiff
- remove yet another reference to how commonly Tkinter is (thought to be) used
authorFred Drake <fdrake@acm.org>
Sun, 30 Jul 2006 05:55:39 +0000 (05:55 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 30 Jul 2006 05:55:39 +0000 (05:55 +0000)
- fix an internal section reference

Doc/lib/tkinter.tex

index 557028f335d3d99e1d3cbac9a3650132e7a71456..db52cbdedaad0c7f91ea26d8212a4a08fcf5ed32 100644 (file)
@@ -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}{