docs: Define timestamp type

This commit is contained in:
Stein Magnus Jodal 2014-09-23 20:55:16 +02:00
parent 339221089d
commit 130b1eb32a

View File

@ -48,7 +48,9 @@ class HistoryController(object):
def get_history(self):
"""Get the track history.
The timestamps are milliseconds since epoch.
:returns: the track history
:rtype: list of (timestamp, mopidy.models.Ref) tuples
:rtype: list of (timestamp, :class:`mopidy.models.Ref`) tuples
"""
return copy.copy(self._history)