Fixed broken comment

This commit is contained in:
brtkrbzhnv 2015-06-28 11:17:13 +02:00
parent aa5f00bbd6
commit 51b0f3b11a

View file

@ -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