From b33df8200a8e2dc932655c505728ca16c1b5bb40 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 25 Nov 2012 21:25:00 +0100 Subject: [PATCH] jsonrpc: Grammar --- mopidy/utils/jsonrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/utils/jsonrpc.py b/mopidy/utils/jsonrpc.py index 9aed38cd..d31cccbd 100644 --- a/mopidy/utils/jsonrpc.py +++ b/mopidy/utils/jsonrpc.py @@ -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