review: docstring update for mpd translator

This commit is contained in:
Thomas Adamcik 2015-03-14 00:22:22 +01:00
parent ea97047607
commit 6d50f835a4

View File

@ -23,7 +23,7 @@ def track_to_mpd_format(track, position=None, stream_title=None):
:type track: :class:`mopidy.models.Track` or :class:`mopidy.models.TlTrack`
:param position: track's position in playlist
:type position: integer
:param stream_title: The current streams title.
:param stream_title: the current streams title
:type position: string
:rtype: list of two-tuples
"""