From 4379e28c19d24b8d7beb1dd27755688224b8fe4f Mon Sep 17 00:00:00 2001 From: brtkrbzhnv Date: Fri, 26 Jun 2015 01:35:51 +0200 Subject: [PATCH] Fixed broken comment --- pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index efd8c24..05b7de8 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -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 """