From 5f71d5e484705401b744c785d5e51e41a61ec979 Mon Sep 17 00:00:00 2001 From: Halvor Strand Date: Fri, 5 Oct 2018 17:06:49 +0200 Subject: [PATCH] Fixed docstring error Fixed user_playlist_remove_all_occurrences_of_tracks docstring error, having "add to" instead of "remove from". --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """