From 5acc3ea564887614de04b64ea0a28ef225165cbe Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 17 Apr 2015 22:58:19 +0200 Subject: [PATCH] docs: Fix syntax error --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0011d60b..ab2b87ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,10 +12,10 @@ Core API - Calling the following methods with ``kwargs`` is being deprecated. (PR: :issue:`1090`) - - :meth:`mopidy.core.library.LibraryController.search`` - - :meth:`mopidy.core.library.PlaylistsController.filter`` - - :meth:`mopidy.core.library.TracklistController.filter`` - - :meth:`mopidy.core.library.TracklistController.remove`` + - :meth:`mopidy.core.library.LibraryController.search` + - :meth:`mopidy.core.library.PlaylistsController.filter` + - :meth:`mopidy.core.library.TracklistController.filter` + - :meth:`mopidy.core.library.TracklistController.remove` - Updated core controllers to handle backend exceptions in all calls that rely on multiple backends. (Issue: :issue:`667`)