diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-04 22:13:25 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 |
commit | 22f1fbdd25b7927dc1aa235ee047cc698590f026 (patch) | |
tree | f3e37ade3e05e77ad4e8fd0fb8dae2891dfcd731 | |
parent | a45a8f3b38c4e7fdaa7f988982f4b81fd488f62a (diff) | |
download | ghdl-22f1fbdd25b7927dc1aa235ee047cc698590f026.tar.gz ghdl-22f1fbdd25b7927dc1aa235ee047cc698590f026.tar.bz2 ghdl-22f1fbdd25b7927dc1aa235ee047cc698590f026.zip |
Fixed typo.
-rw-r--r-- | doc/using/pyGHDL/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/pyGHDL/index.rst b/doc/using/pyGHDL/index.rst index 27c4f9a03..fcedb20d2 100644 --- a/doc/using/pyGHDL/index.rst +++ b/doc/using/pyGHDL/index.rst @@ -33,7 +33,7 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: .. topic:: pyGHDL.lsp - *pyGHDL.dom* is `language server protocol <https://en.wikipedia.org/wiki/Language_Server_Protocol>`__ + *pyGHDL.lsp* is `language server protocol <https://en.wikipedia.org/wiki/Language_Server_Protocol>`__ (LSP) written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP. |