From aa18f9116dbddc0d889391401da9e988118e68de Mon Sep 17 00:00:00 2001 From: Rahul Ahuja Date: Mon, 21 Jan 2019 22:01:30 -0800 Subject: [PATCH] Refine doc wording --- beetsplug/spotify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index dd80970a2..cbb43ffef 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -311,7 +311,7 @@ class SpotifyPlugin(BeetsPlugin): return dist def candidates(self, items, artist, album, va_likely): - """Returns a list of AlbumInfo objects for Spotify Search results + """Returns a list of AlbumInfo objects for Spotify Search API results matching an ``album`` and ``artist`` (if not various). """ query_filters = {'album': album} @@ -326,7 +326,7 @@ class SpotifyPlugin(BeetsPlugin): ] def item_candidates(self, item, artist, title): - """Returns a list of TrackInfo objects for Spotify Search results + """Returns a list of TrackInfo objects for Spotify Search API results matching ``title`` and ``artist``. """ response_data = self._search_spotify(