Comment typo, brackets->braces.

This commit is contained in:
Sei Lisa 2015-03-05 20:18:13 +01:00
parent 308ca7c8ff
commit 33de6c0efc

View file

@ -1397,8 +1397,8 @@ list lazy_list_set(list L, integer i, list v)
if self.breakcont: if self.breakcont:
# We may add braces - or not. The safe approach is to assume # 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 # 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 # empty. At least it is not reflected as braces in the code if
# if braces are not used. # braces are not used.
self.PushScope() self.PushScope()
self.breakstack.append([self.GenerateLabel(), self.scopeindex, False]) self.breakstack.append([self.GenerateLabel(), self.scopeindex, False])