Merge pull request #51 from abhaikollara/abhaikollara-patch-1
Minor typo fix
This commit is contained in:
commit
a128245cd3
@ -1399,7 +1399,7 @@ like this::
|
||||
|
||||
@_('LPAREN expr RPAREN')
|
||||
def expr(self, p):
|
||||
return ('group-expression',p.expr])
|
||||
return ('group-expression', p.expr)
|
||||
|
||||
@_('NUMBER')
|
||||
def expr(self, p):
|
||||
|
Loading…
Reference in New Issue
Block a user