From 4ea7d357ff68dad948b03613c0a37fae6d697a1a Mon Sep 17 00:00:00 2001 From: Mohammad Momeni Date: Sun, 27 Oct 2024 16:57:19 +0100 Subject: [PATCH] Add the declaration of `artist` (#235) Co-authored-by: Mohammad Momeni <59508036+mdmomeni@users.noreply.github.com> --- docs/src/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.rst b/docs/src/index.rst index 57035dd..7ee0433 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -56,7 +56,7 @@ file: from lyricsgenius import Genius genius = Genius(token) - genius.search_artist('Andy Shauf') + artist = genius.search_artist('Andy Shauf') artist.save_lyrics() But before using the library you will need to get an access token. Head over