From 33de6c0efc2c71cb2e908a068739bab454e3d611 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 5 Mar 2015 20:18:13 +0100 Subject: [PATCH] Comment typo, brackets->braces. --- lslopt/lslparse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index 9440c77..405f8a3 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -1397,8 +1397,8 @@ list lazy_list_set(list L, integer i, list v) if self.breakcont: # We may add braces - or not. The safe approach is to assume # we always do and open a new scope for it. At worst it will be - # empty. At least it is not reflected as brackets in the code - # if braces are not used. + # empty. At least it is not reflected as braces in the code if + # braces are not used. self.PushScope() self.breakstack.append([self.GenerateLabel(), self.scopeindex, False])