From 71c065faefd6c09636d4f186d161deee7b0db312 Mon Sep 17 00:00:00 2001 From: me25542 <156400125+me25542@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:07:03 -0600 Subject: [PATCH] Update SoundcoreDesktop.py Fixed typo, changing "shaps" to "shops --- SoundcoreDesktop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoundcoreDesktop.py b/SoundcoreDesktop.py index 20b076f..1fa2f98 100644 --- a/SoundcoreDesktop.py +++ b/SoundcoreDesktop.py @@ -130,7 +130,7 @@ def removeImg(): text = { "ANC Outdoor": "Reduce ambient sound on-the-go for quieter city spaces", "ANC Trans": "Targets low-end frequencies like engine and road noise for serene journeys and commutes.", - "ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shaps and other inside spaces." + "ANC INDOOR": "Eliminate voices and mid-frequency noise from coffee shops and other inside spaces." } def forgetANCWegets(): @@ -250,4 +250,4 @@ def on_closing(): window.destroy() window.protocol("WM_DELETE_WINDOW", on_closing) -window.mainloop() \ No newline at end of file +window.mainloop()