From 887c0774fb2987e08a153fc6b138d07e78e3a3f1 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 30 Mar 2015 23:56:59 +0200 Subject: [PATCH] review: Update wording deprecation messages --- mopidy/utils/deprecation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/utils/deprecation.py b/mopidy/utils/deprecation.py index a22a248c..31d0fdc1 100644 --- a/mopidy/utils/deprecation.py +++ b/mopidy/utils/deprecation.py @@ -21,9 +21,9 @@ _MESSAGES = { 'core.library.lookup:uri_arg': 'library.lookup() "uri" argument is deprecated', 'core.library.search:kwargs_query': - 'library.search() with keyword argument query is deprecated', + 'library.search() with "kwargs" as query is deprecated', 'core.library.search:empty_query': - 'library.search() with an empty "query" argument deprecated', + 'library.search() with empty "query" is argument deprecated', # Deprecated features in core playback: 'core.playback.get_mute': 'playback.get_mute() is deprecated',