Skip to content

Commit

Permalink
Merge pull request dabeaz#127 from psihonavt/patch-1
Browse files Browse the repository at this point in the history
Update yacc.py
  • Loading branch information
dabeaz authored Dec 2, 2017
2 parents eed7b38 + 2ef24de commit 7f9b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ply/yacc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# -----------------------------------------------------------------------------
#
# This implements an LR parser that is constructed from grammar rules defined
# as Python functions. The grammer is specified by supplying the BNF inside
# as Python functions. The grammar is specified by supplying the BNF inside
# Python documentation strings. The inspiration for this technique was borrowed
# from John Aycock's Spark parsing system. PLY might be viewed as cross between
# Spark and the GNU bison utility.
Expand Down

0 comments on commit 7f9b69f

Please sign in to comment.