Fixed broken comment
This commit is contained in:
parent
658ed7a102
commit
4379e28c19
|
@ -3730,7 +3730,7 @@ class AuthenticatedUser(User):
|
|||
|
||||
def get_recommended_artists(self, limit=50, cacheable=False):
|
||||
"""
|
||||
Returns a sequence of Event objects
|
||||
Returns a sequence of Artist objects
|
||||
if limit==None it will return all
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue