From 56b8a6647b2ffa66c280ba52d3384bdaa9d11f6a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 16:17:22 +0100 Subject: [PATCH] Fix error in docstring formatting --- mopidy/mpd/handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 67a6d95f..403ee026 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -303,7 +303,7 @@ class MpdHandler(object): ``moveid {FROM} {TO}`` - Moves the song with ``FROM`` (songid) to ``TO` (playlist index) in + Moves the song with ``FROM`` (songid) to ``TO`` (playlist index) in the playlist. If ``TO`` is negative, it is relative to the current song in the playlist (if there is one). """ @@ -1338,4 +1338,4 @@ class MpdHandler(object): Saves the current playlist to ``NAME.m3u`` in the playlist directory. """ - raise MpdNotImplemented # TODO \ No newline at end of file + raise MpdNotImplemented # TODO