aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/document.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-23 18:13:38 +0200
committerGitHub <noreply@github.com>2021-06-23 18:13:38 +0200
commit5ae06c44dbfa64291d83ebb2d9cd323c713315b4 (patch)
treea3273f25e220b2c69869c4c8376f31e8229dbcda /pyGHDL/lsp/document.py
parentc6283d9a9b40c3e9afeba912fcb13aa9d56b9c52 (diff)
parent6e1bbc43fc29528ceaf5d422461206e29e801744 (diff)
downloadghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.tar.gz
ghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.tar.bz2
ghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.zip
Fix more codacy issues
Diffstat (limited to 'pyGHDL/lsp/document.py')
-rw-r--r--pyGHDL/lsp/document.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/lsp/document.py b/pyGHDL/lsp/document.py
index a6f9ae217..d60f216d4 100644
--- a/pyGHDL/lsp/document.py
+++ b/pyGHDL/lsp/document.py
@@ -146,7 +146,7 @@ class Document(object):
return tree
def parse_document(self):
- """Parse a document and put the units in the library"""
+ """Parse a document and put the units in the library."""
assert self._tree == nodes.Null_Iir
tree = sem_lib.Load_File(self._fe)
if tree == nodes.Null_Iir: