summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-01 17:09:36 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-01 17:09:36 +0100
commit4c8572d41d74760165569b4de10dc2904e70ef54 (patch)
treeb5a5a4d1dc688bb0d4d890e04e9dfa1656695b7e /alot/ui.py
parent02006b3478702f5c8f8573863550841e9e9c42cc (diff)
cleanup: pep8/pyflakes fixes
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/ui.py b/alot/ui.py
index e84db7a5..cb9f16d2 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -143,9 +143,9 @@ class UI(object):
def _unhandeled_input(self, key):
"""
- Called by :class:`urwid.MainLoop` if a keypress was passed to the root widget by
- `self._input_filter` but is not handled in any widget.
- We keep it for debuging purposes.
+ Called by :class:`urwid.MainLoop` if a keypress was passed to the root
+ widget by `self._input_filter` but is not handled in any widget. We
+ keep it for debuging purposes.
"""
logging.debug('unhandled input: %s' % key)