Merge pull request #207 from EdwardBetts/spelling
correct spelling mistake
This commit is contained in:
commit
b8306e0fd2
|
@ -3004,7 +3004,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
|
||||
|
|
Loading…
Reference in a new issue