mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix some markup errors
This commit is contained in:
parent
cf795b49a9
commit
452f5df64a
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue