docs: fix translate_uri method reference

This commit is contained in:
Nick Steel 2015-03-22 21:30:50 +00:00
parent b8130f03cd
commit 08f729de76

View File

@ -226,7 +226,7 @@ class PlaybackProvider(object):
this. For most practical purposes it should be considered an internal this. For most practical purposes it should be considered an internal
call between backends and core that backend authors should not touch. 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. is what you want to implement.
:param track: the track to play :param track: the track to play