Fixed broken comment
This commit is contained in:
parent
aa5f00bbd6
commit
51b0f3b11a
|
@ -3517,7 +3517,7 @@ class User(_BaseObject, _Chartable):
|
||||||
return _extract_albums(doc, self.network)
|
return _extract_albums(doc, self.network)
|
||||||
|
|
||||||
def get_tagged_artists(self, tag, limit=None):
|
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 = self._get_params()
|
||||||
params['tag'] = tag
|
params['tag'] = tag
|
||||||
|
@ -4461,4 +4461,4 @@ class Scrobbler(object):
|
||||||
if remainder:
|
if remainder:
|
||||||
self.scrobble_many(remainder)
|
self.scrobble_many(remainder)
|
||||||
|
|
||||||
# End of file
|
# End of file
|
Loading…
Reference in a new issue