Skip to content

Commit

Permalink
Merge pull request dabeaz#219 from timgates42/bugfix/typo_diagnostic
Browse files Browse the repository at this point in the history
Fix simple typo: Diagonistic -> Diagnostic
  • Loading branch information
dabeaz authored Nov 8, 2019
2 parents dca6c60 + f889d1c commit 19814eb
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 @@ -2122,7 +2122,7 @@ def __init__(self, grammar, method='LALR', log=None):

self._add_count = 0 # Internal counter used to detect cycles

# Diagonistic information filled in by the table generator
# Diagnostic information filled in by the table generator
self.sr_conflict = 0
self.rr_conflict = 0
self.conflicts = [] # List of conflicts
Expand Down

0 comments on commit 19814eb

Please sign in to comment.