From ddd3d6ba98630a7bc3dca852cf12b89b24d80f49 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 Dec 2012 23:05:25 +0100 Subject: [PATCH] js: 'params' and 'description' is from the Python API --- mopidy/frontends/http/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/frontends/http/__init__.py b/mopidy/frontends/http/__init__.py index 7f8db3b2..fab5ff80 100644 --- a/mopidy/frontends/http/__init__.py +++ b/mopidy/frontends/http/__init__.py @@ -243,9 +243,9 @@ find the Mopidy core API exposed under ``mopidy.playback``, ``mopidy.tracklist``, ``mopidy.playlists``, and ``mopidy.library``. All methods in the JavaScript API have an associated data structure describing -the params it expects, and most methods also have API documentation available. -This is available right there in the browser console, by looking at the -method's ``description`` and ``params`` attributes: +the Python params it expects, and most methods also have the Python API +documentation available. This is available right there in the browser console, +by looking at the method's ``description`` and ``params`` attributes: .. code-block:: js