Skip to content

Conversation

@SIVALANAGASHANKARNIVAS
Copy link

@SIVALANAGASHANKARNIVAS SIVALANAGASHANKARNIVAS commented Nov 25, 2025

Fixes #140505

The xmlrpc.client.MultiCall documentation incorrectly used 'parameters' when it should say 'arguments'.

As noted in the issue, the MultiCall object stores the call name and arguments (not parameters) since the call occurs through a __getitem__ that returns a _MultiCallMethod callable with *args.

This PR changes the word 'parameters' to 'arguments' in line 475 of the MultiCall class documentation.


📚 Documentation preview 📚: https://cpython-previews--141942.org.readthedocs.build/

Fixes python#140505

The xmlrpc.client.MultiCall documentation incorrectly used 'parameters' when it should say 'arguments'. The MultiCall object stores the call name and arguments (not parameters) since the call occurs through a getitem that returns a _MultiCallMethod callable with *args.
@python-cla-bot
Copy link

python-cla-bot bot commented Nov 25, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

argument vs parameter confusion in XMLRPC client documentation

1 participant