From f65fff4d5e3a33e83c633eb20fd367e349f3dc92 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 17 Jun 2021 13:49:20 +0200 Subject: Using a decorator to bind libghdl to Python. --- pyGHDL/lsp/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/lsp/document.py') diff --git a/pyGHDL/lsp/document.py b/pyGHDL/lsp/document.py index 7f1280050..7935e980e 100644 --- a/pyGHDL/lsp/document.py +++ b/pyGHDL/lsp/document.py @@ -79,7 +79,7 @@ class Document(object): end_line = change_range["end"]["line"] end_col = change_range["end"]["character"] - status = files_map_editor.Replace_Text( + status = files_map_editor._Replace_Text( self._fe, start_line + 1, start_col, -- cgit v1.2.3