summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorInstructor, Computer Systems Technology <jim_parry@bcit.ca>2016-10-20 10:58:33 +0200
committerGitHub <noreply@github.com>2016-10-20 10:58:33 +0200
commitd958ee1590e6d4e1cfc6030ff735e0be5a8685ca (patch)
tree76125ef2af9194d4801f975c18c4ab0bb280bf42 /user_guide_src/source
parent020ede13e33e6c91d27ee2468ad26e98fe711100 (diff)
Update xmlrpc.rst
Fix markdown notation
Diffstat (limited to 'user_guide_src/source')
-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..4460bb53e 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);