mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (GH-141942)
Fix terminology: change 'parameters' to 'arguments' in MultiCall docs Fixes #140505
This commit is contained in:
parent
9c4ff8a615
commit
e02801dc37
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ remote server into a single request [#]_.
|
|||
|
||||
Create an object used to boxcar method calls. *server* is the eventual target of
|
||||
the call. Calls can be made to the result object, but they will immediately
|
||||
return ``None``, and only store the call name and parameters in the
|
||||
return ``None``, and only store the call name and arguments in the
|
||||
:class:`MultiCall` object. Calling the object itself causes all stored calls to
|
||||
be transmitted as a single ``system.multicall`` request. The result of this call
|
||||
is a :term:`generator`; iterating over this generator yields the individual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue