diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-02-18 18:18:37 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-02-18 18:18:37 (GMT) |
commit | 0821983f7667e53e9e531ca5d55114e41ad907dd (patch) | |
tree | 63741a051f502b3e134e05c8f55f7ac33fa14327 | |
parent | 328c643bcbff5f980e37afe420cecca76472cb9e (diff) | |
download | cpython-0821983f7667e53e9e531ca5d55114e41ad907dd.zip cpython-0821983f7667e53e9e531ca5d55114e41ad907dd.tar.gz cpython-0821983f7667e53e9e531ca5d55114e41ad907dd.tar.bz2 |
Fix link
-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 adc686e..073c859 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -703,7 +703,7 @@ for installing fixed versions of standard modules.) Paths can be absolute or relative, in which case they're relative to the directory containing the \file{.pth} file. Any directories added to the search path will be scanned in turn for \file{.pth} files. See -\citetitle[http://www.python.org/dev/doc/devel/lib/module-site.html] +\citetitle[http://www.python.org/doc/devel/lib/module-site.html] {site module documentation} for more information. A slightly less convenient way is to edit the \file{site.py} file in |