Skip to content

Commit

Permalink
Add the declaration of artist (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Momeni <[email protected]>
  • Loading branch information
moehmeni and moehmeni authored Oct 27, 2024
1 parent f896087 commit 4ea7d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ea7d35

Please sign in to comment.