aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Sequential.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-21 22:20:06 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-24 09:20:55 +0100
commitbaccb0768b6636f8322ff499cb0887dbaa4f7f59 (patch)
tree963c3d7364976041bafd8896fd161b1aff2221a0 /pyGHDL/dom/Sequential.py
parent5de428df07c571322cfbc055a780d41f0ce95a67 (diff)
downloadghdl-baccb0768b6636f8322ff499cb0887dbaa4f7f59.tar.gz
ghdl-baccb0768b6636f8322ff499cb0887dbaa4f7f59.tar.bz2
ghdl-baccb0768b6636f8322ff499cb0887dbaa4f7f59.zip
Code formatting based on black.
(cherry picked from commit 1f9773b56a90c6564698c842501f3889714fad84)
Diffstat (limited to 'pyGHDL/dom/Sequential.py')
-rw-r--r--pyGHDL/dom/Sequential.py2
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)