aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Attribute.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-06 08:12:27 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-23 23:42:30 +0100
commit75c3f850ce617b86fd1393d12638ebee32c516cc (patch)
tree796be87a6648f8438fb29155900c596ba466ea3b /pyGHDL/dom/Attribute.py
parent3f8b41a61936c55f073325f8b19b8340839595e9 (diff)
downloadghdl-75c3f850ce617b86fd1393d12638ebee32c516cc.tar.gz
ghdl-75c3f850ce617b86fd1393d12638ebee32c516cc.tar.bz2
ghdl-75c3f850ce617b86fd1393d12638ebee32c516cc.zip
Here is blacks opinion.
Diffstat (limited to 'pyGHDL/dom/Attribute.py')
-rw-r--r--pyGHDL/dom/Attribute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/Attribute.py b/pyGHDL/dom/Attribute.py
index 576b05245..ccd3ecf47 100644
--- a/pyGHDL/dom/Attribute.py
+++ b/pyGHDL/dom/Attribute.py
@@ -103,7 +103,7 @@ class AttributeSpecification(VHDLModel_AttributeSpecification, DOMMixin):
attribute: Name,
entityClass: EntityClass,
expression: Expression,
- documentation: str = None
+ documentation: str = None,
):
super().__init__(identifiers, attribute, entityClass, expression, documentation)
DOMMixin.__init__(self, node)