Fix error in docstring formatting

This commit is contained in:
Stein Magnus Jodal 2010-02-28 16:17:22 +01:00
parent d62608db3e
commit 56b8a6647b

View File

@ -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
raise MpdNotImplemented # TODO