From 912995559211313f0e70d059830a3d35975daef8 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Mar 2015 09:21:11 +0100 Subject: [PATCH] backend: Minor docstring adjustments Did it myself rather than holding off PR #1064 any longer. --- mopidy/backend.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/backend.py b/mopidy/backend.py index ffefe047..bb90cbf4 100644 --- a/mopidy/backend.py +++ b/mopidy/backend.py @@ -201,7 +201,7 @@ class PlaybackProvider(object): def translate_uri(self, uri): """ - Convert custom URI scheme to real playable uri. + Convert custom URI scheme to real playable URI. *MAY be reimplemented by subclass.* @@ -210,9 +210,9 @@ class PlaybackProvider(object): to a real URI and then return it. If you can't convert the URI just return :class:`None`. - :param uri: the URI to translate. + :param uri: the URI to translate :type uri: string - :rtype: string or :class:`None` if the URI could not be translated. + :rtype: string or :class:`None` if the URI could not be translated """ return uri