diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 6b1a6d33..5cf7cd74 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -687,7 +687,7 @@ g:ale_python_pyre_auto_pipenv *g:ale_python_pyre_auto_pipenv* =============================================================================== pyright *ale-python-pyright* -The `pyrlight` linter requires a recent version of `pyright` which includes +The `pyright` linter requires a recent version of `pyright` which includes the `pyright-langserver` executable. You can install `pyright` on your system through `npm` with `sudo npm install -g pyright` or similar. |