Fixed broken comment

This commit is contained in:
brtkrbzhnv 2015-06-26 01:35:51 +02:00
parent 658ed7a102
commit 4379e28c19

View file

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