summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmlrpclib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2007-04-26 04:43:39 (GMT)
committerFred Drake <fdrake@acm.org>2007-04-26 04:43:39 (GMT)
commit4a76da79cd77bd04dacc1a2bfb22f149dcaad33d (patch)
tree875a99fa612e43a2d6718b086a6f396af3c5afd9 /Doc/lib/libxmlrpclib.tex
parent71011e2c2b6511e14099d0a02d8c137bb22784ad (diff)
downloadcpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.zip
cpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.tar.gz
cpython-4a76da79cd77bd04dacc1a2bfb22f149dcaad33d.tar.bz2
fix some markup errors
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-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 7af9e76..1aa2dd5 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -287,7 +287,7 @@ single request.
Create an object used to boxcar method calls. \var{server} is the
eventual target of the call. Calls can be made to the result object,
-but they will immediately return \var{None}, and only store the
+but they will immediately return \code{None}, and only store the
call name and parameters in the \class{MultiCall} object. Calling
the object itself causes all stored calls to be transmitted as
a single \code{system.multicall} request. The result of this call