From 13109c1613594e098f5ecddc64edbf465306052b Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sat, 22 Feb 2020 13:11:32 +0000 Subject: [PATCH] Update tracks doc, fixes #160 --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 4b3a898..782bc26 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -261,7 +261,7 @@ class Spotify(object): """ returns a list of tracks given a list of track IDs, URIs, or URLs Parameters: - - tracks - a list of spotify URIs, URLs or IDs + - tracks - a list of spotify URIs, URLs or IDs. Maximum: 50 IDs. - market - an ISO 3166-1 alpha-2 country code. """