summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2011-12-28 14:50:02 -0500
committerIan Ward <ian@excess.org>2011-12-28 14:50:02 -0500
commitc551f7f56e98c016c5a339e9c974774a12148f84 (patch)
tree3ef06d5949b985060854647a68947a8ca15d2535 /examples
parente694c1180854be6ad09adffa87cec41b846a0514 (diff)
downloadurwid-c551f7f56e98c016c5a339e9c974774a12148f84.tar.gz
tour.py: correct "Weight 6" column label
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tour.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.py b/examples/tour.py
index 55211b3..a4be58d 100755
--- a/examples/tour.py
+++ b/examples/tour.py
@@ -223,7 +223,7 @@ def main():
('weight', 4, urwid.Text(text_weight % 4)),
('weight', 5, urwid.AttrWrap(urwid.Text(
text_weight % 5), 'reverse')),
- ('weight', 6, urwid.Text(text_weight%2)),
+ ('weight', 6, urwid.Text(text_weight % 6)),
], 0, min_width=8),
blank,
urwid.Columns([