diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-20 10:56:20 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-20 10:56:20 +0200 |
commit | dc44b922dfda28d72879f6e5d2ef509e8bb51275 (patch) | |
tree | 658192f939dd06a29f6675195be74b627a64419e /user_guide_src/source/libraries/xmlrpc.rst | |
parent | a09ffbc3bc91acd60735c6f1289b97125dae5ed6 (diff) |
[ci skip] Polish changes and add a changelog entry for PR #4855
Diffstat (limited to 'user_guide_src/source/libraries/xmlrpc.rst')
-rw-r--r-- | user_guide_src/source/libraries/xmlrpc.rst | 4 |
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); |