review: Update browse docstring with respect to URI type

This commit is contained in:
Thomas Adamcik 2014-01-18 00:16:53 +01:00
parent 08b7d199f7
commit 52e66add97

View File

@ -33,9 +33,9 @@ class LibraryController(object):
""" """
Browse directories and tracks at the given ``uri``. Browse directories and tracks at the given ``uri``.
``uri`` is a bytestring which represents some directory belonging to ``uri`` is a sring which represents some directory belonging to a
a backend. To get the intial root directories for backends pass None backend. To get the intial root directories for backends pass None as
as the URI. the URI.
Returns a list of :class:`mopidy.models.Ref` objects for the Returns a list of :class:`mopidy.models.Ref` objects for the
directories and tracks at the given ``uri``. directories and tracks at the given ``uri``.