diff options
Diffstat (limited to 'pyGHDL/dom/Sequential.py')
| -rw-r--r-- | pyGHDL/dom/Sequential.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/Sequential.py b/pyGHDL/dom/Sequential.py index 0258d3a14..296f57f52 100644 --- a/pyGHDL/dom/Sequential.py +++ b/pyGHDL/dom/Sequential.py @@ -365,7 +365,7 @@ class ForLoopStatement(VHDLModel_ForLoopStatement, DOMMixin):          else:              pos = Position.parse(loopNode)              raise DOMException( -                f"Unknown discete range kind '{rangeKind.name}' in for...loop statement at line {pos.Line}." +                f"Unknown discrete range kind '{rangeKind.name}' in for...loop statement at line {pos.Line}."              )          statementChain = nodes.Get_Sequential_Statement_Chain(loopNode)  | 
