summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-28 14:39:37 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-28 14:39:37 (GMT)
commit5ce4dc297c2d7c6fec720846263d60b4cb3dfb7d (patch)
tree0ba4599f6ae448ad190c585d0b45872a46ffbdbd /Doc/lib
parent4e378ec47cac23c8ec1aff2ecfd8cde0118b0cd1 (diff)
downloadcpython-5ce4dc297c2d7c6fec720846263d60b4cb3dfb7d.zip
cpython-5ce4dc297c2d7c6fec720846263d60b4cb3dfb7d.tar.gz
cpython-5ce4dc297c2d7c6fec720846263d60b4cb3dfb7d.tar.bz2
Update URL.
Diffstat (limited to 'Doc/lib')
-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 35ed63c..1effc1e 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -1820,7 +1820,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