]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Oct 2025 20:53:24 +0000 (22:53 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Oct 2025 20:53:24 +0000 (20:53 +0000)
gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)

Fix typo in xmlrpc.client documentation
(cherry picked from commit 44b6eead21080e1abb3ca9ee2e1c7bc8e7a3c3a6)

Co-authored-by: Miša Jakovljević <misajakovljevic3@gmail.com>
Doc/library/xmlrpc.client.rst

index 547cb50be78a782620f844f62a71ff7567de8acd..a21c7d3e4e3ad52fc896e97b266e936175022bf2 100644 (file)
@@ -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