diff options
author | Fred Drake <fdrake@acm.org> | 2007-04-26 04:43:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-04-26 04:43:39 (GMT) |
commit | 4a76da79cd77bd04dacc1a2bfb22f149dcaad33d (patch) | |
tree | 875a99fa612e43a2d6718b086a6f396af3c5afd9 /Doc/lib/libxmlrpclib.tex | |
parent | 71011e2c2b6511e14099d0a02d8c137bb22784ad (diff) | |
download | cpython-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.tex | 2 |
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 |