summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/basic_widgets
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2013-05-04 23:53:07 -0500
committerDarrell Anderson <[email protected]>2013-05-04 23:53:07 -0500
commit1a59ddcb5a76647bd1a3f19fd055649f70282f0e (patch)
treeff89038a3ccd7c5d7adfbcc69ea8ff22e6019831 /examples/pytde-sampler/basic_widgets
parent8b135bd3e5b2f552157b9e19afa7e600c6898856 (diff)
downloadpytde-1a59ddcb5a76647bd1a3f19fd055649f70282f0e.tar.gz
pytde-1a59ddcb5a76647bd1a3f19fd055649f70282f0e.zip
Fix inadvertent renaming.
Diffstat (limited to 'examples/pytde-sampler/basic_widgets')
-rw-r--r--examples/pytde-sampler/basic_widgets/historycombo.py2
1 files changed, 1 insertions, 1 deletions
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):