mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Adjusted docstring for user_playlist_unfollow method
This commit is contained in:
parent
2096d32a4e
commit
70701d8387
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user