This commit is contained in:
dpedu 2015-07-18 21:24:20 -07:00
parent dc25ae2d3e
commit ca7f0acc4f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ RPC, a well-written module should have helper rpc methods to express and
manipulate the module's state using only these types.
Using the RPC client in python code is very easy. The above shows how to use
RPC methods using python; rpc clients can be created as so:
an existing RPC client using python; rpc clients can be created as so:
.. code-block:: python