Skip to content

Commit 726c716

Browse files
committed
gh-140505: correct "parameters" to "arguments" in xmlrpc.client module description
1 parent a190d7b commit 726c716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xmlrpc.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--------------
1616

1717
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a
18-
transport. With it, a client can call methods with parameters on a remote
18+
transport. With it, a client can call methods with arguments on a remote
1919
server (the server is named by a URI) and get back structured data. This module
2020
supports writing XML-RPC client code; it handles all the details of translating
2121
between conformable Python objects and XML on the wire.

0 commit comments

Comments
 (0)