Fix error in docstring formatting
This commit is contained in:
parent
d62608db3e
commit
56b8a6647b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user