summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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([