We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a190d7b commit 726c716Copy full SHA for 726c716
Doc/library/xmlrpc.client.rst
@@ -15,7 +15,7 @@
15
--------------
16
17
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
+transport. With it, a client can call methods with arguments on a remote
19
server (the server is named by a URI) and get back structured data. This module
20
supports writing XML-RPC client code; it handles all the details of translating
21
between conformable Python objects and XML on the wire.
0 commit comments