diff --git a/spotipy/client.py b/spotipy/client.py index 3e33a21..06c9bec 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -507,7 +507,7 @@ class Spotify(object): Parameters: - user - the id of the user - playlist_id - the id of the playlist - - tracks - the list of track ids to add to the playlist + - tracks - the list of track ids to remove from the playlist - snapshot_id - optional id of the playlist snapshot """