diff options
author | w0rp <w0rp@users.noreply.github.com> | 2020-11-21 20:17:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 20:17:35 +0000 |
commit | d1246ea8d5d22e17fc8b6c6ace836d3eec89fa6d (patch) | |
tree | 86675f1eaf1ed4938250e444f6ce4159ed2e3603 /doc | |
parent | 2e91f0e689362e33ae3172ddf8153c7a7631cdcf (diff) | |
parent | 9a8ab764d5a77d1ebf18b176ce57e08a0603a5f5 (diff) | |
download | ale-d1246ea8d5d22e17fc8b6c6ace836d3eec89fa6d.zip |
Merge pull request #3380 from rgossiaux/patch-1
Fix typo in ale-python.txt
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. |