summaryrefslogtreecommitdiff
path: root/src/bidding_data_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/bidding_data_gui.py')
-rw-r--r--src/bidding_data_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data_gui.py b/src/bidding_data_gui.py
index 3a49b83..0ff0775 100644
--- a/src/bidding_data_gui.py
+++ b/src/bidding_data_gui.py
@@ -395,7 +395,7 @@ class BiddingGUI(tk.Frame):
"""Log handler which allows output to Tk Text widget."""
def __init__(self, text):
- """Construct the handler, provided TExt widget to bind to."""
+ """Construct the handler, provided Text widget to bind to."""
log.Handler.__init__(self)
self.text = text