updating builder docstring

This commit is contained in:
2020-03-13 02:46:30 +00:00
parent c7cabe8d63
commit 05922fc9a7

View File

@@ -91,17 +91,12 @@ class LyricsBuilder(LyricsConcreteBuilder):
def construct_lyrics_url(artist: str, song: str) -> str: def construct_lyrics_url(artist: str, song: str) -> str:
"""Builds the URL for the lyrics api. """Builds the URL for the lyrics api.
Parameters Args:
---------- artist (str): Your chosen artist.
artist : str song (str): A song to find a lyrics url for.
Artist
song : str
Track title
Returns Returns:
------- str: The url of the lyrics api for chosen song.
str
URL for lyrics from the lyrics api.
""" """
lyrics_api_base = 'https://api.lyrics.ovh/v1' lyrics_api_base = 'https://api.lyrics.ovh/v1'