From 2ea7c156012848bd974af3f99aa7a13abb03c908 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Thu, 21 Aug 2014 07:53:39 +0000 Subject: [PATCH] Clarify confusing comment. Signed-off-by: brian m. carlson --- lib/newfol/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/newfol/main.py b/lib/newfol/main.py index 56472ef..efdc83d 100644 --- a/lib/newfol/main.py +++ b/lib/newfol/main.py @@ -661,7 +661,7 @@ class SortingTemplateRecordView(RecordView): def _get_fields(self): l = [i.widget_list[1].get_state() for i in self.cells] - # We can't use True in l here because it looks for a True value, not + # We can't use True in l here because it looks for a truthy value, not # actually the fixed value True. try: l[1:].index(True)