summaryrefslogtreecommitdiffstats
path: root/Doc/lib/tkinter.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-28 14:39:13 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-28 14:39:13 (GMT)
commitd50bd6cf003cd92fc87209d8daea360816c98a0c (patch)
tree53287304f074490ce365f295bfa061f0b568714c /Doc/lib/tkinter.tex
parentc794a1cb2f5df8dbd7041b263bea4cabd3105f23 (diff)
downloadcpython-d50bd6cf003cd92fc87209d8daea360816c98a0c.zip
cpython-d50bd6cf003cd92fc87209d8daea360816c98a0c.tar.gz
cpython-d50bd6cf003cd92fc87209d8daea360816c98a0c.tar.bz2
Update URL.
Diffstat (limited to 'Doc/lib/tkinter.tex')
-rw-r--r--Doc/lib/tkinter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index 50108d6..e0c613f 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -1838,7 +1838,7 @@ leverages \Cpp{} to allow programmers to easily build additional Controls
and GUI elements, simply by taking existing controls, and creating a
derived class which simply adds or redefines the desired behavior.
}
-\seetitle[http://www.daa.com.au/\textasciitilde james/pygtk/]{PyGTK}{
+\seetitle[http://www.daa.com.au/\textasciitilde james/software/pygtk/]{PyGTK}{
is a set of bindings for the \ulink{GTK}{http://www.gtk.org/} widget set.
It provides an object oriented interface that is slightly higher
level than the C one. It automatically does all the type casting and