From cfa7e1de89736f1b1b52794168478c7cd4dc1ffd Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 26 Jul 2014 04:44:02 +0200 Subject: [PATCH] Cosmetic: make a comment clearer --- lslopt/lslparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index f1a0a43..f98933a 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -905,7 +905,7 @@ class parser(object): # with typecast removal anyway. elif self.allowkeyconcat and op == '+' \ and type1 in ('key', 'string') and type2 in ('key', 'string'): - # Allow key addition (but add explicit cast) + # Allow string+key addition (but add explicit cast) if type1 == 'key': term = [S[op], S[type2], [S['CAST'], S[type2], term], value] else: