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