From e930e2becdacdc4739a05948c19ad474ce63ccb6 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 26 Jul 2015 12:18:49 +0200 Subject: [PATCH] core: Tweak PR #1238 --- docs/changelog.rst | 2 +- mopidy/core/listener.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f8a067bf..8648dd8c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -41,7 +41,7 @@ Core API - Add `max_tracklist_length` config and limitation. (Fixes: :issue:`997` PR: :issue:`1225`) -- Added ``playlist_deleted`` event (Fixes: :issue:`996`) +- Added ``playlist_deleted`` event. (Fixes: :issue:`996`) Models ------ diff --git a/mopidy/core/listener.py b/mopidy/core/listener.py index 79040052..d95bd491 100644 --- a/mopidy/core/listener.py +++ b/mopidy/core/listener.py @@ -129,7 +129,7 @@ class CoreListener(listener.Listener): *MAY* be implemented by actor. - :param uri: the uri of the deleted playlist + :param uri: the URI of the deleted playlist :type uri: string """ pass