mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Adjusted docstring for user_playlist_unfollow method
This commit is contained in:
@@ -383,7 +383,6 @@ class Spotify(object):
|
|||||||
Parameters:
|
Parameters:
|
||||||
- user - the id of the user
|
- user - the id of the user
|
||||||
- name - the name of the playlist
|
- name - the name of the playlist
|
||||||
- public - is the created playlist public
|
|
||||||
'''
|
'''
|
||||||
return self._delete("users/%s/playlists/%s/followers" % (user, playlist_id))
|
return self._delete("users/%s/playlists/%s/followers" % (user, playlist_id))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user