diff options
author | Michael W. Hudson <mwh@python.net> | 2004-08-07 17:39:35 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-08-07 17:39:35 (GMT) |
commit | 1baa2480215a2cd168e2fde10e640650c1807496 (patch) | |
tree | f7fc6bcebc4bdd1521b802a6c6a235f86cbde62d /Doc/lib | |
parent | 0188cdb1159c246bf97da2993c8f7a2ed93933ab (diff) | |
download | cpython-1baa2480215a2cd168e2fde10e640650c1807496.zip cpython-1baa2480215a2cd168e2fde10e640650c1807496.tar.gz cpython-1baa2480215a2cd168e2fde10e640650c1807496.tar.bz2 |
Fix
[ 1000841 ] "make pdf" failure w/ 2.4 docs
in the suggested way, by uglifying a URL.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 957a25b..26f0131 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -256,9 +256,9 @@ triggered the error. \versionadded{2.4} -In \url{http://www.xmlrpc.com/discuss/msgReader\$1208}, an approach -is presented to encapsulate multiple calls to a remote server into -a single request. +In \url{http://www.xmlrpc.com/discuss/msgReader\%241208}, an approach +is presented to encapsulate multiple calls to a remote server into a +single request. \begin{classdesc}{MultiCall}{server} |