FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs by SIVALANAGASHANKARNIVAS · Pull Request #141942 · python/cpython · GitHub

/ cpython Public

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

Merged
JulienPalard merged 1 commit into
python:mainfrom
SIVALANAGASHANKARNIVAS:fix-xmlrpc-multicall-docs-terminology
Nov 27, 2025
Merged

gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs#141942
JulienPalard merged 1 commit into
python:mainfrom
SIVALANAGASHANKARNIVAS:fix-xmlrpc-multicall-docs-terminology

Conversation

SIVALANAGASHANKARNIVAS commented Nov 25, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

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 Bot commented Nov 25, 2025
edited
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

JulienPalard merged commit e02801d into python:main Nov 27, 2025
39 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Nov 27, 2025

Copy link
Copy Markdown
Member

Thanks!

StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
…tiCall docs (pythonGH-141942)

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

Fixes python#140505
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

argument vs parameter confusion in XMLRPC client documentation

3 participants


Back | FazBrowse Home | New Git URL