diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:53:07 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-04 23:53:07 -0500 |
| commit | 1a59ddcb5a76647bd1a3f19fd055649f70282f0e (patch) | |
| tree | ff89038a3ccd7c5d7adfbcc69ea8ff22e6019831 /examples/pytde-sampler/basic_widgets | |
| parent | 8b135bd3e5b2f552157b9e19afa7e600c6898856 (diff) | |
| download | pytde-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.py | 2 |
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): |
