Adjusted docstring for user_playlist_unfollow method

This commit is contained in:
Christopher Li 2016-05-22 19:05:22 -04:00
parent 2096d32a4e
commit 70701d8387
1 changed files with 0 additions and 1 deletions

View File

@ -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))