We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918a9ac commit a190d7bCopy full SHA for a190d7b
Doc/library/xmlrpc.client.rst
@@ -472,7 +472,7 @@ remote server into a single request [#]_.
472
473
Create an object used to boxcar method calls. *server* is the eventual target of
474
the call. Calls can be made to the result object, but they will immediately
475
- return ``None``, and only store the call name and parameters in the
+ return ``None``, and only store the call name and arguments in the
476
:class:`MultiCall` object. Calling the object itself causes all stored calls to
477
be transmitted as a single ``system.multicall`` request. The result of this call
478
is a :term:`generator`; iterating over this generator yields the individual
0 commit comments