correct spelling mistake

This commit is contained in:
Edward Betts 2017-09-01 20:41:59 +01:00
parent 0938c596f8
commit b169556e4a

View file

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