diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-29 06:16:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 06:16:27 (GMT) |
commit | d514e1439f396d984f4f886e19c47f56e565a7d1 (patch) | |
tree | 6df838d562651896fcc16482f7ed9ac6c51a6fe8 /Doc/library/xmlrpc.rst | |
parent | 34e6e14602ae5d03040f8fa38f4a841c9fe66e10 (diff) | |
download | cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.zip cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.gz cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.bz2 |
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
(cherry picked from commit f2d07d3289947d10b065b2bb7670c8fb6b6582f2)
Diffstat (limited to 'Doc/library/xmlrpc.rst')
-rw-r--r-- | Doc/library/xmlrpc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xmlrpc.rst b/Doc/library/xmlrpc.rst index ae68157..5f0a2cf 100644 --- a/Doc/library/xmlrpc.rst +++ b/Doc/library/xmlrpc.rst @@ -1,5 +1,5 @@ -:mod:`xmlrpc` --- XMLRPC server and client modules -================================================== +:mod:`!xmlrpc` --- XMLRPC server and client modules +=================================================== XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote |