diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb0f2d2..e6394136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Add your changes below. ### Fixed - Fixed scripts in examples directory that didn't run correctly +- Updated documentation for `Client.current_user_top_artists` to indicate maximum number of artists limit ### Removed diff --git a/spotipy/client.py b/spotipy/client.py index 9261f239..8978058f 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -1497,7 +1497,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