Skip to content

Commit

Permalink
Merge pull request #473 from devfull/fix-tour-example-typo
Browse files Browse the repository at this point in the history
Fix column label typo in tour example
  • Loading branch information
ulidtko committed Apr 13, 2021
2 parents c93aeb2 + 2bac325 commit 951093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tour.py
Expand Up @@ -235,7 +235,7 @@ def button_press(button):
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,
Expand Down

0 comments on commit 951093c

Please sign in to comment.