Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/xmlrpc.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Convenience Functions

.. function:: dumps(params, methodname=None, methodresponse=None, encoding=None, allow_none=False)

Convert *params* into an XML-RPC request. or into a response if *methodresponse*
Convert *params* into an XML-RPC request, or into a response if *methodresponse*
is true. *params* can be either a tuple of arguments or an instance of the
:exc:`Fault` exception class. If *methodresponse* is true, only a single value
can be returned, meaning that *params* must be of length 1. *encoding*, if
Expand Down
Loading