Clarify confusing comment.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
brian m. carlson 2014-08-21 07:53:39 +00:00
parent 182759b9b8
commit 2ea7c15601
No known key found for this signature in database
GPG key ID: BF535D811F52F68B

View file

@ -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)