From 01078fe1afbe84c6e3a83bbf47ed112b3ab253dc Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 31 Oct 2016 00:11:11 +0100 Subject: * typo in docstring fixed --- src/bidding_data_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bidding_data_gui.py') 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 -- cgit v1.2.3