Update docstring: since 2016 get_weekly_artist_charts is only for users, not tags
This commit is contained in:
parent
d589c5ef8a
commit
3fd8280e33
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue