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 GitHub
parent 4c2c1d763a
commit 5f71d5e484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""