From 14a6dc4a1a003cab11476b6771fdfd2bd851bf26 Mon Sep 17 00:00:00 2001 From: ghassen1302 Date: Mon, 3 Jul 2023 14:06:26 +0200 Subject: [PATCH] Fix typo --- src/dot/ui/ui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dot/ui/ui.py b/src/dot/ui/ui.py index 0794014..d138ef6 100644 --- a/src/dot/ui/ui.py +++ b/src/dot/ui/ui.py @@ -14,7 +14,7 @@ class ToplevelUsageWindow(customtkinter.CTkToplevel): """ - Tha class of the usage window + The class of the usage window """ def __init__(self, *args, **kwargs): @@ -55,7 +55,7 @@ def __init__(self, *args, **kwargs): class ToplevelAboutWindow(customtkinter.CTkToplevel): """ - Tha class of the about window + The class of the about window """ def __init__(self, *args, **kwargs): @@ -88,7 +88,7 @@ def __init__(self, *args, **kwargs): class App(customtkinter.CTk): """ - Tha main class of the ui interface + The main class of the ui interface """ def __init__(self):