Update docstring

This commit is contained in:
vitiko98
2021-03-20 22:33:15 -04:00
parent 4eadfdd36c
commit 0ac5712d8c
+1 -3
View File
@@ -1200,12 +1200,10 @@ class Artist(Tracklist):
@staticmethod
def albums_only(artist, album):
"""Passed as a parameter by the user.
"""This will ignore non-album releases.
>>> artist.download(filters=(albums_only))
This will download only remasterd albums.
:param artist: usually self
:param album: the album to check
:type album: Album