summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-20 10:56:20 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-20 10:56:20 +0200
commitdc44b922dfda28d72879f6e5d2ef509e8bb51275 (patch)
tree658192f939dd06a29f6675195be74b627a64419e /user_guide_src/source/libraries
parenta09ffbc3bc91acd60735c6f1289b97125dae5ed6 (diff)
[ci skip] Polish changes and add a changelog entry for PR #4855
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index 04be8d52d..2fe07c49d 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -492,7 +492,7 @@ Class Reference
This timeout period will be used both for an initial connection to
the remote server, as well as for getting a response from it.
- Make sure you set the timeout before calling `send_request`.
+ Make sure you set the timeout before calling ``send_request()``.
.. php:method:: method($function)
@@ -579,4 +579,4 @@ Class Reference
'struct'
);
- return $this->xmlrpc->send_response($response); \ No newline at end of file
+ return $this->xmlrpc->send_response($response);