From 08f729de76b266bb0179befb3319612bd78377b2 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sun, 22 Mar 2015 21:30:50 +0000 Subject: [PATCH] docs: fix translate_uri method reference --- mopidy/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/backend.py b/mopidy/backend.py index bb90cbf4..0dc656ad 100644 --- a/mopidy/backend.py +++ b/mopidy/backend.py @@ -226,7 +226,7 @@ class PlaybackProvider(object): this. For most practical purposes it should be considered an internal call between backends and core that backend authors should not touch. - The default implementation will call :method:`translate_uri` which + The default implementation will call :meth:`translate_uri` which is what you want to implement. :param track: the track to play