Fixed docstring error

Fixed user_playlist_remove_all_occurrences_of_tracks docstring error, having "add to" instead of "remove from".
This commit is contained in:
Halvor Strand 2018-10-05 17:06:49 +02:00 committed by Stephane Bruckert
parent f872f5b90c
commit 469fbf1b1e

View File

@ -526,7 +526,7 @@ class Spotify(object):
Parameters: Parameters:
- user - the id of the user - user - the id of the user
- playlist_id - the id of the playlist - 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 - snapshot_id - optional id of the playlist snapshot
""" """