From ca7f0acc4fdca6544396652d5736dea193a59061 Mon Sep 17 00:00:00 2001 From: dpedu Date: Sat, 18 Jul 2015 21:24:20 -0700 Subject: [PATCH] PHRASING --- docs/rpc/_rpc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rpc/_rpc.rst b/docs/rpc/_rpc.rst index 2b89993..6adaec6 100644 --- a/docs/rpc/_rpc.rst +++ b/docs/rpc/_rpc.rst @@ -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