aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/pyunit/libghdl/Initialize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py
index ccc157fd7..d6032b435 100644
--- a/testsuite/pyunit/libghdl/Initialize.py
+++ b/testsuite/pyunit/libghdl/Initialize.py
@@ -18,7 +18,7 @@ class Instantiate(TestCase):
@staticmethod
def getIdentifier(node):
- """Return the Python string from node :param:`node` identifier"""
+ """Return the Python string from node :obj:`node` identifier"""
return name_table.Get_Name_Ptr(nodes.Get_Identifier(node)).decode("utf-8")
def test_InitializeGHDL(self) -> None: