Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16ecb21

Browse files
committed
Fix tildes in URLs. Closes SF bug #614821.
1 parent bfa5a14 commit 16ecb21

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/lib/tkinter.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,15 +1819,16 @@ \section{Other Graphical User Interface Packages
18191819
and GUI elements, simply by taking existing controls, and creating a
18201820
derived class which simply adds or redefines the desired behavior.
18211821
}
1822-
\seetitle[http://www.daa.com.au/\~james/pygtk/]{PyGTK}{
1822+
\seetitle[http://www.daa.com.au/\textasciitilde james/pygtk/]{PyGTK}{
18231823
is a set of bindings for the \ulink{GTK}{http://www.gtk.org/} widget set.
18241824
It provides an object oriented interface that is slightly higher
18251825
level than the C one. It automatically does all the type casting and
18261826
reference counting that you would have to do normally with the C
1827-
API. There are also \ulink{bindings}{http://www.daa.com.au/\~james/gnome/}
1827+
API. There are also
1828+
\ulink{bindings}{http://www.daa.com.au/\textasciitilde james/gnome/}
18281829
to \ulink{GNOME}{http://www.gnome.org}, and a
18291830
\ulink{tutorial}
1830-
{http://laguna.fmedic.unam.mx/\~daniel/pygtutorial/pygtutorial/index.html}
1831+
{http://laguna.fmedic.unam.mx/\textasciitilde daniel/pygtutorial/pygtutorial/index.html}
18311832
is available.
18321833
}
18331834
\end{seealso*}

0 commit comments

Comments
 (0)