Mercurial > urwid-satext
diff examples/file_dialog.py @ 42:585302e84c1f
fixed typo + added comment
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 20 Feb 2011 00:37:54 +0100 |
parents | 4da76342ae05 |
children | 287ff3e1edd1 |
line wrap: on
line diff
--- a/examples/file_dialog.py Sun Feb 20 00:32:57 2011 +0100 +++ b/examples/file_dialog.py Sun Feb 20 00:37:54 2011 +0100 @@ -33,7 +33,7 @@ raise urwid.ExitMainLoop() def test_quit(input): - """We leave is user press 'esc'""" + """We leave if user press 'esc'""" if input in ('esc',): raise urwid.ExitMainLoop()