mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)
gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)
Fix typo in xmlrpc.client documentation
(cherry picked from commit 44b6eead21)
Co-authored-by: Miša Jakovljević <misajakovljevic3@gmail.com>
This commit is contained in:
parent
bff0455319
commit
4fcc102524
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue