From 1a59ddcb5a76647bd1a3f19fd055649f70282f0e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 4 May 2013 23:53:07 -0500 Subject: Fix inadvertent renaming. --- examples/pytde-sampler/basic_widgets/historycombo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pytde-sampler/basic_widgets') diff --git a/examples/pytde-sampler/basic_widgets/historycombo.py b/examples/pytde-sampler/basic_widgets/historycombo.py index 3b0797c..6bbc32e 100644 --- a/examples/pytde-sampler/basic_widgets/historycombo.py +++ b/examples/pytde-sampler/basic_widgets/historycombo.py @@ -15,7 +15,7 @@ helpText = ('An example of the KHistoryCombo widget.' 'slot to automatically add new items.') -historyText = 'a tquick brown fox jumps over the lazy dog' +historyText = 'a quick brown fox jumps over the lazy dog' class MainFrame(TQFrame): -- cgit v1.2.1