diff --git a/openrobot/api_wrapper/results.py b/openrobot/api_wrapper/results.py index 731a62e..8931c44 100644 --- a/openrobot/api_wrapper/results.py +++ b/openrobot/api_wrapper/results.py @@ -35,7 +35,7 @@ class LyricResult(OpenRobotAPIBaseResult): Attributes ---------- - titie: Optional[:class:`str`] + title: Optional[:class:`str`] The title of the song. ``None`` if not found. artist: Optional[:class:`str`] The artist of the song. ``None`` if not found. @@ -406,4 +406,4 @@ def __init__(self, js): self.to: str = js[0]['to'] self.text: str = js[0]['text'] self.source: str = js[0]['source'] - self.before: str = js[0]['before'] \ No newline at end of file + self.before: str = js[0]['before']