summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevfull <26844641+devfull@users.noreply.github.com>2021-04-13 19:12:54 +0200
committerdevfull <26844641+devfull@users.noreply.github.com>2021-04-13 19:12:54 +0200
commit2bac325387069bbc1c911807dee98852cdae1906 (patch)
treeb826f7028174c9440a93b7c13c4cc605e043a8df
parentc93aeb23fbca0ce8f12187ebc3ca330443a3bf6b (diff)
downloadurwid-2bac325387069bbc1c911807dee98852cdae1906.tar.gz
Fix column label typo in tour example
-rwxr-xr-xexamples/tour.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.py b/examples/tour.py
index 2da175c..7e6649f 100755
--- a/examples/tour.py
+++ b/examples/tour.py
@@ -235,7 +235,7 @@ def main():
text_weight % 2), 'reverse')),
('fixed', 9, urwid.Text(text_fixed_9)),
('weight', 3, urwid.AttrWrap(urwid.Text(
- text_weight % 2), 'reverse')),
+ text_weight % 3), 'reverse')),
('fixed', 14, urwid.Text(text_fixed_14)),
], 0, min_width=8),
blank,