Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghassen-Chaabouni committed Jul 3, 2023
1 parent c97c5e7 commit 14a6dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dot/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 14a6dc4

Please sign in to comment.