From 0ac5712d8c903c3ec981ef52cb1a435af3c6b596 Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Sat, 20 Mar 2021 22:33:15 -0400 Subject: [PATCH] Update docstring --- qobuz_dl_rewrite/downloader.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qobuz_dl_rewrite/downloader.py b/qobuz_dl_rewrite/downloader.py index 3a88bf4..babdca3 100644 --- a/qobuz_dl_rewrite/downloader.py +++ b/qobuz_dl_rewrite/downloader.py @@ -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