| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
…tiCall docs (pythonGH-141942) Fix terminology: change 'parameters' to 'arguments' in MultiCall docs Fixes python#140505
| Back | FazBrowse Home | New Git URL |
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/