diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ebb8b9..0c594ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Add your changes below. - Added `personalized_playlist.py`, `track_recommendations.py`, and `audio_features_analysis.py` to `/examples`. - Discord badge in README - Added `SpotifyBaseException` and moved all exceptions to `exceptions.py` +- Updated documentation for `Client.current_user_top_artists` to indicate maximum number of artists limit ### Fixed - Audiobook integration tests diff --git a/spotipy/client.py b/spotipy/client.py index 61924a55..34bdd720 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -1492,7 +1492,7 @@ def current_user_top_artists( """ Get the current user's top artists Parameters: - - limit - the number of entities to return + - limit - the number of entities to return (max 50) - offset - the index of the first entity to return - time_range - Over what time frame are the affinities computed Valid-values: short_term, medium_term, long_term