diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-20 10:56:20 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-20 12:40:13 +0200 |
commit | 2bd99a68fc253bd7dfad94aa0575b4dcbeec89d9 (patch) | |
tree | 46be0c74b8b823d6836d5903c10c0618ad960754 /user_guide_src/source/libraries | |
parent | d958ee1590e6d4e1cfc6030ff735e0be5a8685ca (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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst index 4460bb53e..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) |