summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Ivanov <ulidtko@gmail.com>2021-04-13 20:40:44 +0300
committerGitHub <noreply@github.com>2021-04-13 20:40:44 +0300
commit951093c8ec12309e5baa19ee6f907bc35a830f54 (patch)
treeb826f7028174c9440a93b7c13c4cc605e043a8df
parentc93aeb23fbca0ce8f12187ebc3ca330443a3bf6b (diff)
parent2bac325387069bbc1c911807dee98852cdae1906 (diff)
downloadurwid-951093c8ec12309e5baa19ee6f907bc35a830f54.tar.gz
Merge pull request #473 from devfull/fix-tour-example-typo
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,