From 28237df30304bcb939f761fb4cf91cc36b35b5bf Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 31 Mar 2015 21:04:23 +0200 Subject: [PATCH] core: Fix deprecation message --- mopidy/utils/deprecation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/utils/deprecation.py b/mopidy/utils/deprecation.py index 31d0fdc1..57042347 100644 --- a/mopidy/utils/deprecation.py +++ b/mopidy/utils/deprecation.py @@ -23,7 +23,7 @@ _MESSAGES = { 'core.library.search:kwargs_query': 'library.search() with "kwargs" as query is deprecated', 'core.library.search:empty_query': - 'library.search() with empty "query" is argument deprecated', + 'library.search() with empty "query" argument deprecated', # Deprecated features in core playback: 'core.playback.get_mute': 'playback.get_mute() is deprecated',