https://github.com/python/cpython/commit/e02801dc375e11b37361dbb863bf03487a88a28b
commit: e02801dc375e11b37361dbb863bf03487a88a28b
branch: main
author: SIVALANAGASHANKARNIVAS <[email protected]>
committer: JulienPalard <[email protected]>
date: 2025-11-27T18:01:15+01:00
summary:

gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs 
(GH-141942)

Fix terminology: change 'parameters' to 'arguments' in MultiCall docs

Fixes #140505

files:
M Doc/library/xmlrpc.client.rst

diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst
index e4912629aac6e0..7e511237a6abef 100644
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to