Merge pull request #51 from abhaikollara/abhaikollara-patch-1

Minor typo fix
This commit is contained in:
David Beazley 2020-04-29 19:59:02 -05:00 committed by GitHub
commit a128245cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):