diff --git a/pylast/__init__.py b/pylast/__init__.py index 98888f0..aea4880 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -3517,7 +3517,7 @@ class User(_BaseObject, _Chartable): return _extract_albums(doc, self.network) def get_tagged_artists(self, tag, limit=None): - """Returns the albums artists tagged by a user.""" + """Returns the artists tagged by a user.""" params = self._get_params() params['tag'] = tag @@ -4461,4 +4461,4 @@ class Scrobbler(object): if remainder: self.scrobble_many(remainder) -# End of file +# End of file \ No newline at end of file