summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-12 15:02:46 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-12 15:02:46 (GMT)
commit16ecb2160f042da2edda466f9bf6219cde091f2d (patch)
tree2fc2986543681c43fbb1256051a8589743e7ad1c /Doc
parentbfa5a14adb323cfa92d6c5c71d0fb786d543313a (diff)
downloadcpython-16ecb2160f042da2edda466f9bf6219cde091f2d.zip
cpython-16ecb2160f042da2edda466f9bf6219cde091f2d.tar.gz
cpython-16ecb2160f042da2edda466f9bf6219cde091f2d.tar.bz2
Fix tildes in URLs. Closes SF bug #614821.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/tkinter.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index c3422ec..5401dfb 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -1819,15 +1819,16 @@ 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/\~james/pygtk/]{PyGTK}{
+\seetitle[http://www.daa.com.au/\textasciitilde james/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
reference counting that you would have to do normally with the C
-API. There are also \ulink{bindings}{http://www.daa.com.au/\~james/gnome/}
+API. There are also
+\ulink{bindings}{http://www.daa.com.au/\textasciitilde james/gnome/}
to \ulink{GNOME}{http://www.gnome.org}, and a
\ulink{tutorial}
-{http://laguna.fmedic.unam.mx/\~daniel/pygtutorial/pygtutorial/index.html}
+{http://laguna.fmedic.unam.mx/\textasciitilde daniel/pygtutorial/pygtutorial/index.html}
is available.
}
\end{seealso*}