From adc5d6038e50a12a4fe3e5ee97340904295e1d40 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Mon, 17 Dec 2012 11:36:39 +0000 Subject: pep8 fixes --- alot/buffers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alot/buffers.py') diff --git a/alot/buffers.py b/alot/buffers.py index 50cbd0c3..bd8a9e82 100644 --- a/alot/buffers.py +++ b/alot/buffers.py @@ -155,7 +155,7 @@ class EnvelopeBuffer(Buffer): if self.envelope.encrypt: description = 'Yes' encrypt_keys = self.envelope.encrypt_keys.values() - if len(encrypt_keys) == 1: + if len(encrypt_keys) == 1: description += ', with key ' elif len(encrypt_keys) > 1: description += ', with keys ' @@ -395,8 +395,8 @@ class ThreadBuffer(Buffer): # let urwid.ListBox focus this widget: # The first parameter is a "size" tuple: that needs only to # be iterable an is *never* used. i is the integer index - # to focus. offset_inset is may be used to shift the visible area - # so that the focus lies at given offset + # to focus. offset_inset is may be used to shift the + # visible area so that the focus lies at given offset self.body.change_focus((0, 0), i, offset_inset=0, coming_from='above') -- cgit v1.2.3