summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-31 00:11:11 +0100
committeremkael <emkael@tlen.pl>2016-10-31 00:21:58 +0100
commit01078fe1afbe84c6e3a83bbf47ed112b3ab253dc (patch)
tree0f1c1dc5ac27d863b4d3c63c39306617e7115dd6 /src
parentd7a62b20135fef6278426f3f9b149ab5048f6d22 (diff)
* typo in docstring fixed
Diffstat (limited to 'src')
-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