summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-11-29 12:40:58 (GMT)
committerFred Drake <fdrake@acm.org>2005-11-29 12:40:58 (GMT)
commit3f207b6acae9a4dac4289a46e5e6363c9d2de137 (patch)
tree474edeaa2c81a3b3e710a5a908fb18cfc17f1903
parentce53a02a5676cf68dfeafefb001c6bc1560689db (diff)
downloadcpython-3f207b6acae9a4dac4289a46e5e6363c9d2de137.zip
cpython-3f207b6acae9a4dac4289a46e5e6363c9d2de137.tar.gz
cpython-3f207b6acae9a4dac4289a46e5e6363c9d2de137.tar.bz2
fix link
-rw-r--r--Doc/lib/libxmlrpclib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index f36777b..6354c45 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -102,7 +102,7 @@ compatibility. New code should use \class{ServerProxy}.
\begin{seealso}
- \seetitle[http://http://www.tldp.org/HOWTO/XML-RPC-HOWTO/index.html]
+ \seetitle[http://www.tldp.org/HOWTO/XML-RPC-HOWTO/index.html]
{XML-RPC HOWTO}{A good description of XML operation and
client software in several languages. Contains pretty much
everything an XML-RPC client developer needs to know.}