From 70701d83872c6d190ca5ba086999693ff5589905 Mon Sep 17 00:00:00 2001 From: Christopher Li Date: Sun, 22 May 2016 19:05:22 -0400 Subject: [PATCH] Adjusted docstring for user_playlist_unfollow method --- spotipy/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 6bcc65c..a773526 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -383,7 +383,6 @@ class Spotify(object): Parameters: - user - the id of the user - name - the name of the playlist - - public - is the created playlist public ''' return self._delete("users/%s/playlists/%s/followers" % (user, playlist_id))