Commit 3bb46c6
authored
Fix terminology: change 'parameters' to 'arguments' in MultiCall docs
Fixes #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.1 parent da1d468 commit 3bb46c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
0 commit comments