jsonrpc: Grammar

This commit is contained in:
Stein Magnus Jodal 2012-11-25 21:25:00 +01:00
parent 50814d3929
commit b33df8200a

View File

@ -23,7 +23,7 @@ class JsonRpcWrapper(object):
jrw = JsonRpcWrapper(objects={'': my_object})
If ``my_object`` got a method named ``my_method()`` will be exported as
If ``my_object`` has a method named ``my_method()`` will be exported as
the JSON-RPC 2.0 method name ``my_method``.
- To expose multiple objects, add them all to the objects mapping. The key