diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-18 16:33:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-18 16:33:30 (GMT) |
commit | ddc369a7d242eca60ee4b4dd60ad766bdeb1354e (patch) | |
tree | 0af9f0c63af3ee201da894001b608656a78d6c3f /Doc | |
parent | 673cd824ba009ecbb0723192867c27c8e27c0037 (diff) | |
download | cpython-ddc369a7d242eca60ee4b4dd60ad766bdeb1354e.zip cpython-ddc369a7d242eca60ee4b4dd60ad766bdeb1354e.tar.gz cpython-ddc369a7d242eca60ee4b4dd60ad766bdeb1354e.tar.bz2 |
Fix markup for tilde in URL.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/inst/inst.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 721b7f8..49f64b2 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -977,7 +977,7 @@ for Distutils (see section~\ref{config-files}.) {Information about the free \Cpp{} compiler from Borland, including links to the download pages.} - \seetitle[http://www.cyberus.ca/~g_will/pyExtenDL.shtml] + \seetitle[http://www.cyberus.ca/\~{}g_will/pyExtenDL.shtml] {Creating Python Extensions Using Borland's Free Compiler} {Document describing how to use Borland's free command-line C++ compiler to build Python.} |