docs: Fix param rendering

This commit is contained in:
Stein Magnus Jodal 2014-01-11 19:55:00 +01:00
parent 6b8331c9d5
commit b1e5878518

View File

@ -120,7 +120,8 @@ class Library(object):
"""
Add the given track to library.
:param :class:`~mopidy.models.Track` track: Track to add to the library
:param track: Track to add to the library
:type track: :class:`~mopidy.models.Track`
"""
raise NotImplementedError