From 3fd8280e33cc1c676eb84c004fbc822e65f5db0e Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 26 Sep 2019 10:34:22 +0300 Subject: [PATCH] Update docstring: since 2016 get_weekly_artist_charts is only for users, not tags --- src/pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylast/__init__.py b/src/pylast/__init__.py index 7e8ad33..1d3f0ff 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -1251,7 +1251,7 @@ class _Chartable: """ Returns the weekly artist charts for the week starting from the 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)