From 469fbf1b1e5ed4534fdcf8fea40ec77a17eadef0 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 a64a5fc..98a1e24 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -526,7 +526,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 """