From bc7279d85cad05f50f0226620b2591f0a529da67 Mon Sep 17 00:00:00 2001 From: Hellow Date: Fri, 10 Mar 2023 21:33:49 +0100 Subject: [PATCH] typo --- src/music_kraken/objects/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/music_kraken/objects/song.py b/src/music_kraken/objects/song.py index 82a4486..53769fa 100644 --- a/src/music_kraken/objects/song.py +++ b/src/music_kraken/objects/song.py @@ -348,7 +348,7 @@ class Artist(MainObject): self.country: CountryTyping = country self.formed_in: ID3Timestamp = formed_in """ - notes, generall genre, lyrics themes are attributes + notes, general genre, lyrics themes are attributes which are meant to only use in outputs to describe the object i mean do as you want but there is no strict rule about em so good luck """