From 5901db22fc65d6d2d6066da0ba24f12290ab7c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Sim=C3=B5es?= Date: Mon, 20 Nov 2017 20:38:34 +0000 Subject: [PATCH] Fixes typo on recommendations usage comment On the parameters list, seed_tracks had the same description as seed_artists. Changed: "artist" -> "track" --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 3e33a21..b49a8b7 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -801,7 +801,7 @@ class Spotify(object): Parameters: - seed_artists - a list of artist IDs, URIs or URLs - - seed_tracks - a list of artist IDs, URIs or URLs + - seed_tracks - a list of track IDs, URIs or URLs - seed_genres - a list of genre names. Available genres for recommendations can be found by calling recommendation_genre_seeds