summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2019-11-08 06:11:00 -0600
committerGitHub <noreply@github.com>2019-11-08 06:11:00 -0600
commit19814eb2b0cdd44a83102a882f88e0e003126427 (patch)
tree4ca47a81ab266a5698f6aa89d718ee17b751bba3
parentdca6c606d63d4729a395f30953456b0f00d4f443 (diff)
parentf889d1c9abea39b444eaa30715f4a3c385467eb5 (diff)
downloadply-19814eb2b0cdd44a83102a882f88e0e003126427.tar.gz
Merge pull request #219 from timgates42/bugfix/typo_diagnostic
Fix simple typo: Diagonistic -> Diagnostic
-rw-r--r--ply/yacc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ply/yacc.py b/ply/yacc.py
index 108c43d..534bb3e 100644
--- a/ply/yacc.py
+++ b/ply/yacc.py
@@ -2122,7 +2122,7 @@ class LRGeneratedTable(LRTable):
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