mpd: Fix missing punctuation in docstring
This commit is contained in:
parent
77e8436f3e
commit
eee851f36b
@ -271,9 +271,9 @@ class MpdContext(object):
|
|||||||
|
|
||||||
If ``lookup`` is true and the ``path`` is to a track, the returned
|
If ``lookup`` is true and the ``path`` is to a track, the returned
|
||||||
``data`` is a future which will contain the results from looking up
|
``data`` is a future which will contain the results from looking up
|
||||||
the URI with :meth:`mopidy.core.LibraryController.lookup` If ``lookup``
|
the URI with :meth:`mopidy.core.LibraryController.lookup`. If
|
||||||
is false and the ``path`` is to a track, the returned ``data`` will be
|
``lookup`` is false and the ``path`` is to a track, the returned
|
||||||
a :class:`mopidy.models.Ref` for the track.
|
``data`` will be a :class:`mopidy.models.Ref` for the track.
|
||||||
|
|
||||||
For all entries that are not tracks, the returned ``data`` will be
|
For all entries that are not tracks, the returned ``data`` will be
|
||||||
:class:`None`.
|
:class:`None`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user