Update docstring: since 2016 get_weekly_artist_charts is only for users, not tags

This commit is contained in:
Hugo 2019-09-26 10:34:22 +03:00
parent d589c5ef8a
commit 3fd8280e33

View file

@ -1251,7 +1251,7 @@ class _Chartable:
""" """
Returns the weekly artist charts for the week starting from the Returns the weekly artist charts for the week starting from the
from_date value to the to_date value. from_date value to the to_date value.
Only for Tag or User. Only for User.
""" """
return self.get_weekly_charts("artist", from_date, to_date) return self.get_weekly_charts("artist", from_date, to_date)