]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (GH-141942)
authorSIVALANAGASHANKARNIVAS <nivassivala61@outlook.com>
Thu, 27 Nov 2025 17:01:15 +0000 (22:31 +0530)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 17:01:15 +0000 (18:01 +0100)
Fix terminology: change 'parameters' to 'arguments' in MultiCall docs

Fixes #140505

Doc/library/xmlrpc.client.rst

index e4912629aac6e0e02ac7b97315cad74a71623f47..7e511237a6abef773e2a2d32dbec05f249424313 100644 (file)
@@ -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