From b169556e4ac85941655d2f1b190c6066d5c7ad1e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 20:41:59 +0100 Subject: [PATCH] correct spelling mistake --- pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index 35835f8..c58f3f9 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -2905,7 +2905,7 @@ class Tag(_BaseObject, _Chartable): return seq def get_top_albums(self, limit=None, cacheable=True): - """Retuns a list of the top albums.""" + """Returns a list of the top albums.""" params = self._get_params() if limit: params['limit'] = limit