summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2019-11-08 13:37:14 +1100
committerTim Gates <tim.gates@iress.com>2019-11-08 13:37:14 +1100
commitf889d1c9abea39b444eaa30715f4a3c385467eb5 (patch)
tree4ca47a81ab266a5698f6aa89d718ee17b751bba3
parentdca6c606d63d4729a395f30953456b0f00d4f443 (diff)
downloadply-f889d1c9abea39b444eaa30715f4a3c385467eb5.tar.gz
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