docs: Fix syntax error

This commit is contained in:
Stein Magnus Jodal 2015-04-17 22:58:19 +02:00
parent 7752ebe7e4
commit 5acc3ea564

View File

@ -12,10 +12,10 @@ Core API
- Calling the following methods with ``kwargs`` is being deprecated. - Calling the following methods with ``kwargs`` is being deprecated.
(PR: :issue:`1090`) (PR: :issue:`1090`)
- :meth:`mopidy.core.library.LibraryController.search`` - :meth:`mopidy.core.library.LibraryController.search`
- :meth:`mopidy.core.library.PlaylistsController.filter`` - :meth:`mopidy.core.library.PlaylistsController.filter`
- :meth:`mopidy.core.library.TracklistController.filter`` - :meth:`mopidy.core.library.TracklistController.filter`
- :meth:`mopidy.core.library.TracklistController.remove`` - :meth:`mopidy.core.library.TracklistController.remove`
- Updated core controllers to handle backend exceptions in all calls that rely - Updated core controllers to handle backend exceptions in all calls that rely
on multiple backends. (Issue: :issue:`667`) on multiple backends. (Issue: :issue:`667`)