diff options
author | rgossiaux <ryan.gossiaux@gmail.com> | 2020-10-02 22:51:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 22:51:54 -0400 |
commit | 9a8ab764d5a77d1ebf18b176ce57e08a0603a5f5 (patch) | |
tree | 547695d1a53425e4cff30d9328ac28d51495eb22 | |
parent | b91c6c2edd20794ad5637b561ed4c678647a76e5 (diff) | |
download | ale-9a8ab764d5a77d1ebf18b176ce57e08a0603a5f5.zip |
Fix typo in ale-python.txt
-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. |