Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 01cdd01

Browse files
Merge branch 'main' of github.com:OpenRobot-Packages/API-Wrapper into main
2 parents d329757 + b5946c9 commit 01cdd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: openrobot/api_wrapper/results.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class LyricResult(OpenRobotAPIBaseResult):
3535
3636
Attributes
3737
----------
38-
titie: Optional[:class:`str`]
38+
title: Optional[:class:`str`]
3939
The title of the song. ``None`` if not found.
4040
artist: Optional[:class:`str`]
4141
The artist of the song. ``None`` if not found.
@@ -406,4 +406,4 @@ def __init__(self, js):
406406
self.to: str = js[0]['to']
407407
self.text: str = js[0]['text']
408408
self.source: str = js[0]['source']
409-
self.before: str = js[0]['before']
409+
self.before: str = js[0]['before']

0 commit comments

Comments
 (0)