diff options
Diffstat (limited to 'pyGHDL/lsp')
-rw-r--r-- | pyGHDL/lsp/document.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |