From 8078be840164ac5d01d54f4c9e6d1f153496fc72 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 26 Jul 2014 04:45:56 +0200 Subject: [PATCH] Cosmetic: make another comment clearer --- lslopt/lslparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index f98933a..066d802 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -919,7 +919,7 @@ class parser(object): # Promote value to float term = [S[op], S[type1], term, self.autocastcheck(value, type1)] else: - # Convert LHS to type2 if possible (note keys are not allowed) + # Convert LHS to type2 if possible (note no keys arrive here) term = [S[op], S[type2], self.autocastcheck(term, type2), value] return term