From 9056bd1309a2903a9ba086afe1c8c65c95ca6784 Mon Sep 17 00:00:00 2001 From: MLK97 Date: Wed, 5 Feb 2020 15:48:31 +0100 Subject: [PATCH] updated documentation for search method --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 29ce611..08a5d64 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -353,7 +353,7 @@ class Spotify(object): Parameters: - q - the search query (see how to write a query in the official documentation https://developer.spotify.com/documentation/web-api/reference/search/search/) # noqa - - limit - the number of items to return + - limit - the number of items to return (min = 1, default = 10, max = 50) - offset - the index of the first item to return - type - the type of item to return. One of 'artist', 'album', 'track' or 'playlist'