From b6a130990404507dc42f82558ee9491673125697 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 7 Mar 2010 19:30:15 +0100 Subject: [PATCH] Doc syntax fix --- mopidy/mpd/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index ccfd4f5a..1fc543bf 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -587,7 +587,7 @@ class MpdHandler(object): ``list {TYPE} [ARTIST]`` Lists all tags of the specified type. ``TYPE`` should be ``album`` - or artist. + or ``artist``. ``ARTIST`` is an optional parameter when type is ``album``, this specifies to list albums by an artist.