From b1e587851885471861b3b61fe4fce7fab752b460 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 11 Jan 2014 19:55:00 +0100 Subject: [PATCH] docs: Fix param rendering --- mopidy/local/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mopidy/local/__init__.py b/mopidy/local/__init__.py index 7cb2f0d5..5a46283d 100644 --- a/mopidy/local/__init__.py +++ b/mopidy/local/__init__.py @@ -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