From 58c190f12b925034182e4e219824f5dc8cf00005 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 1 Nov 2012 12:10:17 +0100 Subject: [PATCH] Fix grammar (#217) --- docs/changes.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 1427c867..ef0d3bcd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -56,9 +56,8 @@ backends: dummy/mocked lower layers easier than with the old variant, where dependencies where looked up in Pykka's actor registry. -- The stored playlists part of the core API have been revised to be more - focused around the playlist URI, and some redundant functionality have been - removed: +- The stored playlists part of the core API has been revised to be more focused + around the playlist URI, and some redundant functionality has been removed: - :attr:`mopidy.core.StoredPlaylistsController.playlists` no longer supports assignment to it. The `playlists` property on the backend layer still does,