backend: Minor docstring adjustments

Did it myself rather than holding off PR #1064 any longer.
This commit is contained in:
Stein Magnus Jodal 2015-03-22 09:21:11 +01:00
parent 56dca0e931
commit 9129955592

View File

@ -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