diff options
| author | Paul Ivanov <pi@berkeley.edu> | 2014-02-20 23:51:21 -0800 |
|---|---|---|
| committer | Paul Ivanov <pi@berkeley.edu> | 2014-02-21 08:40:51 -0800 |
| commit | af4c2c4590ced0131e14764f1e50e5e13b22eeb2 (patch) | |
| tree | 6a313d83fbe69486845d29bb097be4e3d515d4e1 /examples/lcd_cf635.py | |
| parent | 127ecfd29b51a5e72b87f70eaafb9fc0f6f2d870 (diff) | |
| download | urwid-af4c2c4590ced0131e14764f1e50e5e13b22eeb2.tar.gz | |
fix typos in examples
Diffstat (limited to 'examples/lcd_cf635.py')
| -rwxr-xr-x | examples/lcd_cf635.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lcd_cf635.py b/examples/lcd_cf635.py index e01ead2..77e8f17 100755 --- a/examples/lcd_cf635.py +++ b/examples/lcd_cf635.py @@ -104,7 +104,7 @@ class LCDProgressBar(urwid.FlowWidget): Update and return the value one step +ve or -ve, based on the size of the displayed bar. - directon -- 1 for +ve, 0 for -ve + direction -- 1 for +ve, 0 for -ve """ steps = self.get_steps(size) filled = urwid.int_scale(self.value, self.range, steps) @@ -249,7 +249,7 @@ def build_menus(): urwid.Text("This is a demo of Urwid's CF635Display " "module. If you need an interface for a limited " "character display device this should serve as a " - "good example for implmenting your own display " + "good example for implementing your own display " "module and menu-driven application."), ]) ] |
