s/next/previous/ in previous_track docstring

This commit is contained in:
Thomas Adamcik 2010-04-15 00:30:46 +02:00
parent 1daf830741
commit f5763810d5

View File

@ -377,7 +377,7 @@ class BasePlaybackController(object):
"""
The previous :class:`mopidy.models.Track` in the playlist.
For normal playback this is the next track in the playlist. If random
For normal playback this is the previous track in the playlist. If random
and/or consume is enabled it should return the current track instead.
"""
if self.repeat or self.consume or self.random: